* master:
implement timeout to work around issue where sometimes we receive no result message after requesting scroll to top
avoid "AttributeError: 'ExtractorError' object has no attribute 'code'" checking for 430 (soft limit) from youtube-dl
set Browser._chrome_instance=None if _chrome_instance.start() throws exception, to avoid endless loop after one failure
fix case where rethinkdb page already has claimed=True
undo accidentally committed change to browser startup timeout, and remove now misleading comment about browser ports (see https://github.com/internetarchive/brozzler/pull/3)
fix bug preventing brozzler-new-site from working, add note about brozzler-new-site in readme
--trace level logging
* master:
to avoid infinite loops in some cases, ignore the "claimed" field in the rethinkdb table "pages", because if a page is left "claimed", it must have been because of some error... site.claimed is the real claiming mechanism
calm logging, don't print stacktrace on 430 from youtube-dl
fix buglet in creation of new least_hops on pages table
renaming scope rule "host" to "domain" to make it a less confusing, since rules apply to subdomains as well
* master:
let youtube-dl write to a temporary directory instead of /dev/null, to fix errors like this "youtube_dl.utils.DownloadError: ERROR: unable to open for writing: [Errno 13] Permission denied: '/dev/null-Frag0.part'
* master:
handle "undefined" in list of frames when extracting outlinks (fixes ARI-4988)
avoid hanging in case a page has no outlinks
fix noVNC submodule path since brozzler webconsole has moved
handle new bucket format in brozzler-webconsole
fix brozzler.svg symlink
convert command-line executables to entry_points console_scripts, best practice according to Python Packaging Authority (eases testing, etc)
make brozzler-webconsole a part of the main brozzler package, using optional "extras_require" dependencies
remove crufty docker and no-docker scripts
note python 3.4 requirement in readme
* 'master' of github.com:internetarchive/brozzler:
back to a dev version number
update url
back to a dev version number
beta version number for pypi upload
bump version number
call clearInterval when umbraBehaviorFinished is about to return true (see 1ef528eea7)
copy over fec.gov behavior from umbra master