aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2024-06-01 12:56:41 +0100
committerdirkf <fieldhouse@gmx.net>2024-06-11 12:52:13 +0100
commitd95c0d203fa74c806a806806f7c5286ca532b936 (patch)
treee65c276c7070d07b9acc1d84b5d5dc504377d69d /youtube_dl/extractor/extractors.py
parent3bde6a5752591f824096469fb9617be9d470df2c (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.py3
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,