update yt-dlp

This commit is contained in:
j 2025-03-19 14:03:19 +01:00
commit 8b550277d9
2 changed files with 3 additions and 1 deletions

View file

@ -306,6 +306,8 @@ if __name__ == "__main__":
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old <= 6688:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old <= 6704:
run('./bin/pip', 'install', 'yt-dlp>=2024.10.22')
else:
if len(sys.argv) == 1:
branch = get_branch()