youtube-dl

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

commit 9f5e8d16b3c7a1a2731cbab9661a920fbe04e09f
parent 82c06a40acb41df77ee55acf8979eb5f0cfba4c3
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 21 Sep 2015 01:53:28 +0600

[youtube:history] Disable exractor

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

diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py @@ -810,7 +810,7 @@ from .youtube import ( YoutubeFavouritesIE, # disabled because it can wipe the watch history (see #6893) # remember to uncomment test in test/test_all_urls when it's fixed - YoutubeHistoryIE, + #YoutubeHistoryIE, YoutubePlaylistIE, YoutubeRecommendedIE, YoutubeSearchDateIE,