From 3c06d3715eac87c945e75fa2f3ad41490d0da1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 10 Oct 2014 22:11:30 +0700 Subject: [yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message (Closes #2470) --- youtube_dl/extractor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index f96ddfd23..5386ac553 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -463,7 +463,7 @@ from .xvideos import XVideosIE from .xtube import XTubeUserIE, XTubeIE from .yahoo import ( YahooIE, - YahooNewsIE, + #YahooNewsIE, YahooSearchIE, ) from .ynet import YnetIE -- cgit v1.2.3