diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-11-26 02:58:48 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-11-26 02:58:48 +0700 |
commit | 686e898fde48de9981c170f21d631d15e6f419ad (patch) | |
tree | 80a3f5c62ae9e280baa6bda77753ade1f5781119 /youtube_dl/extractor/extractors.py | |
parent | 3a78198a96ffcb989d1302294f6a747c6147b418 (diff) |
[spreaker] Add extractor (closes #13480, closes #13877)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index f7757b4f4..fd19f0f0a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1082,6 +1082,12 @@ from .stitcher import StitcherIE from .sport5 import Sport5IE from .sportbox import SportBoxIE from .sportdeutschland import SportDeutschlandIE +from .spreaker import ( + SpreakerIE, + SpreakerPageIE, + SpreakerShowIE, + SpreakerShowPageIE, +) from .springboardplatform import SpringboardPlatformIE from .sprout import SproutIE from .srgssr import ( |