fix comment extraction, #build

Changed:
- Bump yt-dlp to 2025.01.15
- Fix comment extraction
This commit is contained in:
Simon
2025-01-17 08:50:19 +07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ class Comments:
"youtube": { "youtube": {
"max_comments": max_comments_list, "max_comments": max_comments_list,
"comment_sort": [comment_sort], "comment_sort": [comment_sort],
"player_client": ["ios", "web"], # workaround yt-dlp #9554
} }
}, },
} }

View File

@@ -11,4 +11,4 @@ requests==2.32.3
ryd-client==0.0.6 ryd-client==0.0.6
uWSGI==2.0.28 uWSGI==2.0.28
whitenoise==6.8.2 whitenoise==6.8.2
yt-dlp[default]==2025.1.12 yt-dlp[default]==2025.1.15