Skip to content

Commit

Permalink
[ORF] Support sound.orf.at, updating ORFRadioIE
Browse files Browse the repository at this point in the history
* maintain support for xx.orf.at/player/... URLs
* add `ORFRadioCollectionIE` to support playlists in ORF Sound
* back-port and re-work `ORFPodcastIE` from yt-dlp/yt-dlp#8486, thx Esokrates
  • Loading branch information
dirkf committed Jun 11, 2024
1 parent 5c403f6 commit 7012822
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 199 deletions.
15 changes: 3 additions & 12 deletions youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,20 +900,11 @@
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 (
Expand Down
Loading

0 comments on commit 7012822

Please sign in to comment.