summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-10-10 22:18:37 +0700
committerSergey M․ <dstftw@gmail.com>2014-10-10 22:18:37 +0700
commit823f1e015a8880442f9b9fcf2943f647f5cf8039 (patch)
treefc1a361c5eca6e74d548a2c5e6a698e6c4696f9d
parent3c06d3715eac87c945e75fa2f3ad41490d0da1d4 (diff)
downloadyoutube-dl-823f1e015a8880442f9b9fcf2943f647f5cf8039.tar.gz
youtube-dl-823f1e015a8880442f9b9fcf2943f647f5cf8039.tar.xz
youtube-dl-823f1e015a8880442f9b9fcf2943f647f5cf8039.zip
[yahoo] Wipe out yahoo news extractor
-rw-r--r--youtube_dl/extractor/__init__.py1
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