switch to yt-dlp
This commit is contained in:
parent
d191f24d03
commit
40e2481f61
3 changed files with 5 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue