mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[simplecast] Add new extractor(closes #24107)
This commit is contained in:
parent
70baa7bfae
commit
e20ec43094
3 changed files with 181 additions and 0 deletions
|
@ -1057,6 +1057,11 @@ from .shared import (
|
|||
VivoIE,
|
||||
)
|
||||
from .showroomlive import ShowRoomLiveIE
|
||||
from .simplecast import (
|
||||
SimplecastIE,
|
||||
SimplecastEpisodeIE,
|
||||
SimplecastPodcastIE,
|
||||
)
|
||||
from .sina import SinaIE
|
||||
from .sixplay import SixPlayIE
|
||||
from .skyit import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue