1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-11 07:33:21 +08:00

Include support for TheGuardianIE

This commit is contained in:
anovicecodemonkey 2014-01-30 00:32:02 +10:30
parent 8db69786c2
commit 3f5c988ecb

View File

@ -82,6 +82,7 @@ from .gametrailers import GametrailersIE
from .generic import GenericIE
from .googleplus import GooglePlusIE
from .googlesearch import GoogleSearchIE
from .theguardian import TheGuardianIE
from .hark import HarkIE
from .hotnewhiphop import HotNewHipHopIE
from .howcast import HowcastIE