diff options
| author | phaer <phaer@phaer.org> | 2017-01-08 15:49:54 +0100 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-05-14 04:31:14 +0700 | 
| commit | efe9316703efa5dc1561dc1c5159a77c838f5ab0 (patch) | |
| tree | 013ce6b2a2c205ee6f21775b2b4023b6e7a9ea4d /youtube_dl/extractor/extractors.py | |
| parent | 851a01aed6c8fd2d7fa0bccb9f7fca7b95f99f16 (diff) | |
[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.
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 811519925..dc4f9f24b 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -736,8 +736,8 @@ from .openload import OpenloadIE  from .ora import OraTVIE  from .orf import (      ORFTVthekIE, -    ORFOE1IE,      ORFFM4IE, +    ORFOE1IE,      ORFIPTVIE,  )  from .packtpub import ( | 
