diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-10-10 22:11:30 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-10-10 22:11:30 +0700 |
commit | 3c06d3715eac87c945e75fa2f3ad41490d0da1d4 (patch) | |
tree | 0e76fe388c7797ced4ff281fe9a7fee4f35ab386 /youtube_dl/extractor/__init__.py | |
parent | 762958d5afa04735428cd39c77e78d81c6809672 (diff) |
[yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message (Closes #2470)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |