fix needs_browsing check

correctly handle relative url "location" response header
This commit is contained in:
Noah Levitt 2018-01-26 11:00:46 -08:00
parent bf5401283e
commit ba8d5a3740
2 changed files with 5 additions and 2 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b12.dev280',
version='1.1b12.dev281',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',