Fix: Upgrade yt-dlp to nightly build to resolve cloud blocking

This commit is contained in:
Your Name 2026-01-01 13:30:29 +07:00
parent a65ff6785b
commit 61aae31ea3
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ spotdl
pydantic==2.10.4 pydantic==2.10.4
python-multipart==0.0.20 python-multipart==0.0.20
requests==2.32.3 requests==2.32.3
yt-dlp==2024.12.23 yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@master
ytmusicapi==1.9.1 ytmusicapi==1.9.1
syncedlyrics syncedlyrics
pydantic-settings pydantic-settings

View file

@ -169,7 +169,7 @@ class YouTubeService:
# Use mobile clients to avoid web scraping blocks # Use mobile clients to avoid web scraping blocks
'extractor_args': { 'extractor_args': {
'youtube': { 'youtube': {
'player_client': ['android', 'ios'] 'player_client': ['ios', 'android', 'web']
} }
} }
} }