From 0f8b82a1b7fc813fda140d46fb7c39a2b786ec9e Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 17 Jan 2025 08:49:17 +0700 Subject: [PATCH] bump yt-dlp, fix comment extraction --- tubearchivist/home/src/index/comments.py | 1 - tubearchivist/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tubearchivist/home/src/index/comments.py b/tubearchivist/home/src/index/comments.py index 794cbc35..4c057f65 100644 --- a/tubearchivist/home/src/index/comments.py +++ b/tubearchivist/home/src/index/comments.py @@ -69,7 +69,6 @@ class Comments: "youtube": { "max_comments": max_comments_list, "comment_sort": [comment_sort], - "player_client": ["ios", "web"], # workaround yt-dlp #9554 } }, } diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index 61693f9f..2d4d455e 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -11,4 +11,4 @@ requests==2.32.3 ryd-client==0.0.6 uWSGI==2.0.28 whitenoise==6.8.2 -yt-dlp[default]==2025.1.12 +yt-dlp[default]==2025.1.15