make youtube-dl prefer unsegmented videos

This commit is contained in:
Noah Levitt 2017-06-23 15:19:30 -07:00
parent e6b5770f6c
commit 35babeb01b
2 changed files with 5 additions and 1 deletions

View file

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