diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-08-10 01:21:16 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-08-10 01:21:16 +0700 |
commit | eb3680123a2f451e79e953ede5dd70fb7fb4c0ae (patch) | |
tree | f4515e8c6d8264c8959d9a94af3e6c9bd111ae76 /youtube_dl/extractor/__init__.py | |
parent | f5273890eeea6604c23367d91007fb8119768c17 (diff) |
[orf] Move all ORF extractors in one place
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 2401940c3..2ea2c73d2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -96,7 +96,6 @@ from .fktv import ( FKTVPosteckeIE, ) from .flickr import FlickrIE -from .fm4 import FM4IE from .fourtube import FourTubeIE from .franceculture import FranceCultureIE from .franceinter import FranceInterIE @@ -226,9 +225,12 @@ from .nrk import ( from .ntv import NTVIE from .nytimes import NYTimesIE from .nuvid import NuvidIE -from .oe1 import OE1IE from .ooyala import OoyalaIE -from .orf import ORFIE +from .orf import ( + ORFTVthekIE, + ORFOE1IE, + ORFFM4IE, +) from .parliamentliveuk import ParliamentLiveUKIE from .pbs import PBSIE from .photobucket import PhotobucketIE |