youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 823f1e015a8880442f9b9fcf2943f647f5cf8039
parent 3c06d3715eac87c945e75fa2f3ad41490d0da1d4
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 10 Oct 2014 22:18:37 +0700

[yahoo] Wipe out yahoo news extractor

Diffstat:
Myoutube_dl/extractor/__init__.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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