diff options
author | dirkf <fieldhouse@gmx.net> | 2024-06-01 12:56:41 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2024-06-11 12:52:13 +0100 |
commit | d95c0d203fa74c806a806806f7c5286ca532b936 (patch) | |
tree | e65c276c7070d07b9acc1d84b5d5dc504377d69d /youtube_dl/extractor/extractors.py | |
parent | 3bde6a5752591f824096469fb9617be9d470df2c (diff) |
[ORF] Support on.orf.at, replacing `ORFTVthekIE`
* add `ORFONIE`, back-porting yt-dlp PR https://github.com/yt-dlp/yt-dlp/pull/9113 and friends: thx HobbyistDev, TuxCoder, seproDev
* re-factor to support livestreams via new `ORFONliveIE`
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 03d035a27..8bc5dd6d4 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -898,7 +898,8 @@ from .ooyala import ( ) from .ora import OraTVIE from .orf import ( - ORFTVthekIE, + ORFONIE, + ORFONLiveIE, ORFFM4IE, ORFFM4StoryIE, ORFOE1IE, |