[yt-dlp] Update to 2026.01.31 (#15354)

This commit is contained in:
Semyon Moroz
2026-02-01 16:33:25 +00:00
committed by GitHub
parent 58f581cea1
commit 98965cf6fa
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
version = "2026.01.29"
version = "2026.01.31"
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
requires = ["websockets"]
+3
View File
@@ -0,0 +1,3 @@
from .common import FileDownloader
class SoopVodFD(FileDownloader): ...