aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-08-20 01:24:32 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-08-20 01:24:32 +0800
commit26e1c3514f4af1ed60cd1114a653fe49e1fa8d11 (patch)
treed969bacbc062902c7d97ffa400f7240bb394c584 /youtube_dl/extractor/__init__.py
parentf877c6ae5a6e252d6904f90d597479451d2107aa (diff)
downloadyoutube-dl-26e1c3514f4af1ed60cd1114a653fe49e1fa8d11.tar.xz
[theplatform] Add ThePlatformFeedIE
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py5
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