switch to yt-dlp

This commit is contained in:
j 2022-03-18 16:53:19 +00:00
commit 40e2481f61
3 changed files with 5 additions and 3 deletions

View file

@ -299,6 +299,8 @@ if __name__ == "__main__":
run(join(base, 'pandora/manage.py'), 'update_geoip')
if old <= 6383:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old < 6442:
run('./bin/pip', 'install', 'yt-dlp>=2022.3.8.2')
else:
if len(sys.argv) == 1:
branch = get_branch()