Skip to content

Commit

Permalink
ytm: Upgrade yt-dlp to version 2025.01.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Feb 8, 2025
1 parent 6b9bb4b commit 52935b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ytm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ytm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = []

[tool.poetry.dependencies]
python = "^3.12"
yt-dlp = ">=2022.06.22" # https://github.com/ytdl-org/youtube-dl/issues/29494
yt-dlp = ">=2025.1.26" # https://github.com/ytdl-org/youtube-dl/issues/29494
ytmusicapi = "^1.10.1"

[tool.poetry.scripts]
Expand Down
1 change: 1 addition & 0 deletions ytm/ytm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def download_library(client):
{
"extractor_args": {
"youtube": {
"formats": ["missing_pot"],
"player_client": ["web_music"],
},
},
Expand Down

0 comments on commit 52935b4

Please sign in to comment.