diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-10-10 22:18:37 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-10-10 22:18:37 +0700 |
commit | 823f1e015a8880442f9b9fcf2943f647f5cf8039 (patch) | |
tree | fc1a361c5eca6e74d548a2c5e6a698e6c4696f9d /youtube_dl/extractor/__init__.py | |
parent | 3c06d3715eac87c945e75fa2f3ad41490d0da1d4 (diff) |
[yahoo] Wipe out yahoo news extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 5386ac553..dd770fdf1 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -463,7 +463,6 @@ from .xvideos import XVideosIE from .xtube import XTubeUserIE, XTubeIE from .yahoo import ( YahooIE, - #YahooNewsIE, YahooSearchIE, ) from .ynet import YnetIE |