mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-07 22:12:15 -04:00
Merge branch 'master' into qa
* master: handle exceptions extracting links fix reported chromium crash by removing argument bump version after merge remove stray bad logging line tests expect outlinks to be a set tidy up some comments and docs watch pages as outlinks from youtube-dl playlists silence youtube-dl's logging, use only our own use a thread-local callback in monkey-patched skip downloading videos from youtube playlists trace-level logging for all the chrome output
This commit is contained in:
commit
27ba877932
6 changed files with 105 additions and 73 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.5.dev308',
|
||||
version='1.5.dev312',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue