update yt-dlp

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

View file

@ -13,7 +13,7 @@ requests<3.0.0,>=2.24.0
urllib3<2.0.0,>=1.25.2 urllib3<2.0.0,>=1.25.2
tornado==6.3.3 tornado==6.3.3
geoip2==4.7.0 geoip2==4.7.0
yt-dlp>=2023.11.16 yt-dlp>=2024.10.22
python-memcached python-memcached
elasticsearch<8 elasticsearch<8
future future

View file

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