[theplatform] Add ThePlatformFeedIE

This commit is contained in:
Yen Chi Hsuan 2015-08-20 01:24:32 +08:00
parent f877c6ae5a
commit 26e1c3514f
2 changed files with 126 additions and 41 deletions

View file

@ -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