mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
Merge pull request #53 from vbanos/bugfix-needs-browsing
bugfix for BrozzlerWorker._needs_browsing
This commit is contained in:
commit
f7fe06874d
@ -447,7 +447,9 @@ class BrozzlerWorker:
|
||||
if txn['response_headers'].get_content_type() in [
|
||||
'text/html', 'application/xhtml+xml']:
|
||||
return True
|
||||
return False
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
|
||||
def _already_fetched(self, page, brozzler_spy):
|
||||
if brozzler_spy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user