mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-10 15:30:18 -04:00
Merge branch 'aitfive-1295' into qa
This commit is contained in:
commit
3e8e699661
2 changed files with 2 additions and 3 deletions
|
@ -452,6 +452,7 @@ class Browser:
|
|||
outlinks = []
|
||||
else:
|
||||
outlinks = self.extract_outlinks()
|
||||
logging.info('outlinks: \n\t%s', '\n\t'.join(sorted(outlinks)))
|
||||
if not skip_visit_hashtags:
|
||||
self.visit_hashtags(page_url, hashtags, outlinks)
|
||||
final_page_url = self.url()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue