diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-02 03:53:27 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-02 03:59:47 +0530 |
commit | 5770293d25708f57c12b496c5a2a1f1b3abb37ee (patch) | |
tree | 6567f2ea6cf1c6f0672075d12720c5267d7e9075 /yt_dlp/extractor/_extractors.py | |
parent | 0647d9251f7285759109cc82693efee533346911 (diff) | |
download | hypervideo-pre-5770293d25708f57c12b496c5a2a1f1b3abb37ee.tar.lz hypervideo-pre-5770293d25708f57c12b496c5a2a1f1b3abb37ee.tar.xz hypervideo-pre-5770293d25708f57c12b496c5a2a1f1b3abb37ee.zip |
[extractor/orf:radio] Rewrite extractors
Closes #4522
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 5ca92f18b..c3d947483 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1210,19 +1210,8 @@ from .openrec import ( from .ora import OraTVIE from .orf import ( ORFTVthekIE, - ORFFM4IE, ORFFM4StoryIE, - ORFOE1IE, - ORFOE3IE, - ORFNOEIE, - ORFWIEIE, - ORFBGLIE, - ORFOOEIE, - ORFSTMIE, - ORFKTNIE, - ORFSBGIE, - ORFTIRIE, - ORFVBGIE, + ORFRadioIE, ORFIPTVIE, ) from .outsidetv import OutsideTVIE |