diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-30 00:42:56 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-30 00:42:56 +0100 |
commit | b138de72f2f0fc197fe46154bcaeceddb5713e7f (patch) | |
tree | 3dcfa594e769513916ca7bf5de574d58e19a459b /youtube_dl/extractor/__init__.py | |
parent | 06dcbb71d8e19947eb6e71390a6a0640abe3dad0 (diff) | |
parent | c5171c454b4392f7276b7f9e94c25d7f1ad60375 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index fd890e251..664639b53 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -172,7 +172,11 @@ from .xhamster import XHamsterIE from .xnxx import XNXXIE from .xvideos import XVideosIE from .xtube import XTubeIE -from .yahoo import YahooIE, YahooSearchIE +from .yahoo import ( + YahooIE, + YahooNewsIE, + YahooSearchIE, +) from .youjizz import YouJizzIE from .youku import YoukuIE from .youporn import YouPornIE |