diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2017-09-14 20:37:46 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2017-09-14 20:37:46 +0200 |
commit | 0732a90579091ad60b124fd693bdda8ee526e305 (patch) | |
tree | 5ce316b92717e60e1021df9c716584e8734cba19 /youtube_dl/extractor/extractors.py | |
parent | 319fc70676fea19b71437aab4078d4d72cc1ba5f (diff) |
[orf] Add new extractor for f4m stories
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index aefadc56f..a3a97e940 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -768,6 +768,7 @@ from .ora import OraTVIE from .orf import ( ORFTVthekIE, ORFFM4IE, + ORFFM4StoryIE, ORFOE1IE, ORFIPTVIE, ) |