diff options
| author | dirkf <fieldhouse@gmx.net> | 2024-06-01 13:29:26 +0100 |
|---|---|---|
| committer | dirkf <fieldhouse@gmx.net> | 2024-06-11 12:52:13 +0100 |
| commit | e39466051f01411944bd657fe826b658a0df5af1 (patch) | |
| tree | ae72b9148d4bbbc5bcabdeb412c7d8d8bc8a8245 /youtube_dl/extractor/extractors.py | |
| parent | d95c0d203fa74c806a806806f7c5286ca532b936 (diff) | |
[ORF] Support sound.orf.at, updating `ORFRadioIE`
* maintain support for xx.orf.at/player/... URLs
* add `ORFRadioCollectionIE` to support playlists in ORF Sound
* back-port and re-work `ORFPodcastIE` from https://github.com/yt-dlp/yt-dlp/pull/8486, thx Esokrates
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 8bc5dd6d4..3da5f8020 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -900,20 +900,11 @@ from .ora import OraTVIE from .orf import ( ORFONIE, ORFONLiveIE, - ORFFM4IE, ORFFM4StoryIE, - ORFOE1IE, - ORFOE3IE, - ORFNOEIE, - ORFWIEIE, - ORFBGLIE, - ORFOOEIE, - ORFSTMIE, - ORFKTNIE, - ORFSBGIE, - ORFTIRIE, - ORFVBGIE, ORFIPTVIE, + ORFPodcastIE, + ORFRadioIE, + ORFRadioCollectionIE, ) from .outsidetv import OutsideTVIE from .packtpub import ( |
