[orf:radio] Fix extraction
Since oe1.orf.at has been updated, both ORF radios supported by youtube_dl use the same API. This commit honors this fact by merging both extractors into one.
This commit is contained in:
parent
851a01aed6
commit
efe9316703
2 changed files with 53 additions and 62 deletions
|
@ -736,8 +736,8 @@ from .openload import OpenloadIE
|
|||
from .ora import OraTVIE
|
||||
from .orf import (
|
||||
ORFTVthekIE,
|
||||
ORFOE1IE,
|
||||
ORFFM4IE,
|
||||
ORFOE1IE,
|
||||
ORFIPTVIE,
|
||||
)
|
||||
from .packtpub import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue