diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-07 17:31:03 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-07 17:31:03 +0600 |
commit | 14137b5781305d3c9db523b14283128335f62135 (patch) | |
tree | afbd4033e4851f47c14c15168c8d4eee38a40a50 /youtube_dl/extractor/__init__.py | |
parent | 23ba76bc0eae4931c1adbd00de45a9ed41848283 (diff) |
[orf:iptv] Add extractor (Closes #5140)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 5ca534cdf..f72d06fc4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -354,6 +354,7 @@ from .orf import ( ORFTVthekIE, ORFOE1IE, ORFFM4IE, + ORFIPTVIE, ) from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE |