Fix typo
authorSergey M․ <dstftw@gmail.com>
Sun, 20 Sep 2015 17:54:05 +0000 (23:54 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 20 Sep 2015 17:54:05 +0000 (23:54 +0600)
youtube_dl/extractor/__init__.py

index 2529d8657046658ca279377979c4d132f58ce330..35d7f0dd2088e5a8baf26b2d905d5b18d4c3d0cb 100644 (file)
@@ -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,