Fix: Upgrade yt-dlp to nightly build to resolve cloud blocking
This commit is contained in:
parent
a65ff6785b
commit
61aae31ea3
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ spotdl
|
|||
pydantic==2.10.4
|
||||
python-multipart==0.0.20
|
||||
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
|
||||
syncedlyrics
|
||||
pydantic-settings
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ class YouTubeService:
|
|||
# Use mobile clients to avoid web scraping blocks
|
||||
'extractor_args': {
|
||||
'youtube': {
|
||||
'player_client': ['android', 'ios']
|
||||
'player_client': ['ios', 'android', 'web']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue