logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 82c06a40acb41df77ee55acf8979eb5f0cfba4c3
parent 4423eba49b1ca5e9cfb78370ab0eee8f84fb72bd
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 20 Sep 2015 23:54:05 +0600

Fix typo

Diffstat:

Myoutube_dl/extractor/__init__.py4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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