From a4d062fa52ed14776ca6fa61e3e9a61f1c35b60a Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 5 Apr 2024 14:40:22 +0200 Subject: [PATCH] fix comment extraction player_client for redirect workaround --- tubearchivist/home/src/index/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/index/comments.py b/tubearchivist/home/src/index/comments.py index 91b18ff..5dced73 100644 --- a/tubearchivist/home/src/index/comments.py +++ b/tubearchivist/home/src/index/comments.py @@ -68,6 +68,7 @@ class Comments: "youtube": { "max_comments": max_comments_list, "comment_sort": [comment_sort], + "player_client": ["ios", "web"], # workaround yt-dlp #9554 } }, }