diff --git a/requirements.txt b/requirements.txt index f4085fe9..6c7fb4ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ requests<3.0.0,>=2.24.0 urllib3<2.0.0,>=1.25.2 tornado==6.3.3 geoip2==4.7.0 -yt-dlp>=2023.11.16 +yt-dlp>=2024.10.22 python-memcached elasticsearch<8 future diff --git a/update.py b/update.py index c5e7603e..3d9a66fc 100755 --- a/update.py +++ b/update.py @@ -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()