update youtube-dl

This commit is contained in:
j 2019-04-30 15:04:39 +02:00
parent 9a57498183
commit 5862eae7c8
2 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,5 @@ html5lib
requests==2.19.1
tornado<5
geoip2==2.9.0
youtube-dl
youtube-dl>=2019.4.30
python-memcached

View File

@ -257,6 +257,8 @@ if __name__ == "__main__":
if old <= 6064:
run('./bin/pip', 'install', '-r', 'requirements.txt')
run('./pandora/manage.py', 'createcachetable')
if old <= 6108:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1:
branch = get_branch()