mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[spotify] Add new extractor for Spotify Podcasts(closes #27443)
This commit is contained in:
parent
ef50cb3fda
commit
55a3ca16d3
2 changed files with 160 additions and 0 deletions
|
@ -1116,6 +1116,10 @@ from .stitcher import (
|
|||
from .sport5 import Sport5IE
|
||||
from .sportbox import SportBoxIE
|
||||
from .sportdeutschland import SportDeutschlandIE
|
||||
from .spotify import (
|
||||
SpotifyIE,
|
||||
SpotifyShowIE,
|
||||
)
|
||||
from .spreaker import (
|
||||
SpreakerIE,
|
||||
SpreakerPageIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue