aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorhh0rva1h <61889859+hh0rva1h@users.noreply.github.com>2020-05-05 01:22:50 +0200
committerGitHub <noreply@github.com>2020-05-05 06:22:50 +0700
commit1328305851bf2b708f74140b35a600c955d58394 (patch)
tree36f929bcb948fd70e158971c150e6e3823e32e37 /youtube_dl/extractor/extractors.py
parent6c22cee673f59407a63b2916d8f0623a95a8ea20 (diff)
downloadyoutube-dl-1328305851bf2b708f74140b35a600c955d58394.tar.xz
[orf] Add support for more radio stations (closes #24938) (#24968)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index e407ab3d9..4b3092028 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -804,6 +804,16 @@ from .orf import (
ORFFM4IE,
ORFFM4StoryIE,
ORFOE1IE,
+ ORFOE3IE,
+ ORFNOEIE,
+ ORFWIEIE,
+ ORFBGLIE,
+ ORFOOEIE,
+ ORFSTMIE,
+ ORFKTNIE,
+ ORFSBGIE,
+ ORFTIRIE,
+ ORFVBGIE,
ORFIPTVIE,
)
from .outsidetv import OutsideTVIE