diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:24:32 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:24:32 +0800 |
commit | 26e1c3514f4af1ed60cd1114a653fe49e1fa8d11 (patch) | |
tree | d969bacbc062902c7d97ffa400f7240bb394c584 /youtube_dl/extractor/__init__.py | |
parent | f877c6ae5a6e252d6904f90d597479451d2107aa (diff) |
[theplatform] Add ThePlatformFeedIE
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index fa9acc923..b5f7ff9a9 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -612,7 +612,10 @@ from .testurl import TestURLIE from .testtube import TestTubeIE from .tf1 import TF1IE from .theonion import TheOnionIE -from .theplatform import ThePlatformIE +from .theplatform import ( + ThePlatformIE, + ThePlatformFeedIE, +) from .thesixtyone import TheSixtyOneIE from .thisamericanlife import ThisAmericanLifeIE from .thisav import ThisAVIE |