mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'ARI-5379' into qa
This commit is contained in:
commit
6d89a3ee53
@ -442,6 +442,12 @@ class BrozzlerWorker:
|
||||
page.videos = []
|
||||
page.videos.append(video)
|
||||
|
||||
if (chrome_msg['params']['response']['url'].lower().startswith('data:')
|
||||
or chrome_msg['params']['response']['fromDiskCache']
|
||||
or not 'requestHeaders' in chrome_msg['params']['response']):
|
||||
return
|
||||
self.logger.info('chrome_msg url: %s' % chrome_msg['params']['response']['url'])
|
||||
|
||||
if not browser.is_running():
|
||||
browser.start(
|
||||
proxy=self._proxy_for(site),
|
||||
|
Loading…
x
Reference in New Issue
Block a user