fix issue where use of YoutubeDLSpy caused youtube-dl connections to remote servers to be kept open

This commit is contained in:
Noah Levitt 2017-02-24 11:15:17 -08:00
parent b4f19e2594
commit a1f1681cad
2 changed files with 14 additions and 10 deletions

View file

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