1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-07 18:15:15 +00:00

[ie/spreaker] Support podcast and feed pages (#10968)

Closes #10925
Authored by: subrat-lima
This commit is contained in:
Subrat Lima
2024-11-12 00:38:18 +05:30
committed by GitHub
parent e398217aae
commit c673731061
2 changed files with 26 additions and 25 deletions

View File

@@ -1940,7 +1940,6 @@ from .spotify import (
from .spreaker import (
SpreakerIE,
SpreakerShowIE,
SpreakerShowPageIE,
)
from .springboardplatform import SpringboardPlatformIE
from .sprout import SproutIE