projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4423eba
)
Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sun, 20 Sep 2015 17:54:05 +0000
(23:54 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 20 Sep 2015 17:54:05 +0000
(23:54 +0600)
youtube_dl/extractor/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/__init__.py
b/youtube_dl/extractor/__init__.py
index 2529d8657046658ca279377979c4d132f58ce330..35d7f0dd2088e5a8baf26b2d905d5b18d4c3d0cb 100644
(file)
--- 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 unc
u
mment test in test/test_all_urls when it's fixed
-
#
YoutubeHistoryIE,
+ # remember to unc
o
mment test in test/test_all_urls when it's fixed
+ YoutubeHistoryIE,
YoutubePlaylistIE,
YoutubeRecommendedIE,
YoutubeSearchDateIE,