aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-30 00:42:56 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-30 00:42:56 +0100
commitb138de72f2f0fc197fe46154bcaeceddb5713e7f (patch)
tree3dcfa594e769513916ca7bf5de574d58e19a459b /youtube_dl/extractor/__init__.py
parent06dcbb71d8e19947eb6e71390a6a0640abe3dad0 (diff)
parentc5171c454b4392f7276b7f9e94c25d7f1ad60375 (diff)
downloadyoutube-dl-b138de72f2f0fc197fe46154bcaeceddb5713e7f.tar.xz
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py6
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