projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c06a4
)
[youtube:history] Disable exractor
author
Sergey M․
<dstftw@gmail.com>
Sun, 20 Sep 2015 19:53:28 +0000
(
01:53
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 20 Sep 2015 19:53:28 +0000
(
01:53
+0600)
youtube_dl/extractor/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/__init__.py
b/youtube_dl/extractor/__init__.py
index 35d7f0dd2088e5a8baf26b2d905d5b18d4c3d0cb..030c00790b7912bfef4c64df734bd351b4025d0c 100644
(file)
--- 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,