new youtube-dl version

This commit is contained in:
j 2021-05-15 14:22:24 +02:00
parent 814f98a571
commit 4e1e6e3b17
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@ requests<3.0.0,>=2.24.0
urllib3<2.0.0,>=1.25.2
tornado<5
geoip2==4.1.0
youtube-dl>=2020.5.8
youtube-dl>=2021.4.26
python-memcached
elasticsearch
future

View file

@ -297,6 +297,8 @@ if __name__ == "__main__":
run_sql(sql)
run(join(base, 'pandora/manage.py'), 'migrate', 'system')
run(join(base, 'pandora/manage.py'), 'update_geoip')
if old <= 6383:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1:
branch = get_branch()