Added an IE for todou

This commit is contained in:
M.Yasoob Khalid
2013-06-25 22:48:08 +05:00
parent 5926c10690
commit 9caa687d81
2 changed files with 34 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ from .youku import YoukuIE
from .youporn import YouPornIE
from .youtube import YoutubeIE, YoutubePlaylistIE, YoutubeSearchIE, YoutubeUserIE, YoutubeChannelIE
from .zdf import ZDFIE
from .tudou import TudouIE
def gen_extractors():
""" Return a list of an instance of every supported extractor.
@@ -129,6 +130,7 @@ def gen_extractors():
BreakIE(),
VevoIE(),
JukeboxIE(),
TudouIE(),
GenericIE()
]