]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/__init__.py
[yahoo] Add an extractor for yahoo news (closes #1849)
[youtube-dl.git] / youtube_dl / extractor / __init__.py
index fd890e25153fdfad1823f23d4008716505d8ec23..664639b53e642b39c58b3d9721f74b6e63448f67 100644 (file)
@@ -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