1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00

Merge pull request #13 from darkzoul5/chore/refresh-yt-dlp

chore: bump yt-dlp to 2026.3.17
This commit is contained in:
darkzoul5
2026-06-03 17:16:31 +03:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ license = { file = "LICENSE" }
keywords = ["youtube", "yt-dlp", "playlist", "sync"]
requires-python = ">=3.10"
dependencies = [
"yt-dlp>=2026.3.13",
"yt-dlp>=2026.3.17",
"PySide6",
]
[project.optional-dependencies]