fix bug in case no outlinks are found, make brozzler.browser.browse_page() return an empty set instead of a set with one element which is an empty string {''}

This commit is contained in:
Noah Levitt 2016-06-22 17:43:53 +00:00
parent d198a69e45
commit 2038598f41
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ import glob
setuptools.setup(
name='brozzler',
version='1.1.dev16',
version='1.1.dev17',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',