about summary refs log tree commit diff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authordmsummers <dsummers@cheesycactus.com>2020-02-20 14:33:05 -0600
committerRemita Amine <remitamine@gmail.com>2021-02-17 14:53:23 +0100
commite20ec43094c09c41d71cef512c882a9d66163cd2 (patch)
tree8a3fc24d4a39d5d422fd69996cef42cca461e365 /youtube_dl/extractor/extractors.py
parent70baa7bfae8890c8274af7f3c7e2a704d300a326 (diff)
downloadyoutube-dl-e20ec43094c09c41d71cef512c882a9d66163cd2.tar.gz
youtube-dl-e20ec43094c09c41d71cef512c882a9d66163cd2.tar.xz
youtube-dl-e20ec43094c09c41d71cef512c882a9d66163cd2.zip
[simplecast] Add new extractor(closes #24107)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 51f6d38e9..60c032c7d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -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 (