From 8b550277d91c907d3a71d98fff13a882d7023785 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 19 Mar 2025 14:03:19 +0100 Subject: [PATCH] update yt-dlp --- requirements.txt | 2 +- update.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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()