aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-20 23:54:05 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-20 23:54:05 +0600
commit82c06a40acb41df77ee55acf8979eb5f0cfba4c3 (patch)
tree3a6b70f23d3c4473ba7a27eb37be30d81d6b020b /youtube_dl
parent4423eba49b1ca5e9cfb78370ab0eee8f84fb72bd (diff)
downloadyoutube-dl-82c06a40acb41df77ee55acf8979eb5f0cfba4c3.tar.xz
Fix typo
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 2529d8657..35d7f0dd2 100644
--- 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,