[youtube:history] Disable exractor
[youtube-dl] / youtube_dl / extractor / __init__.py
index c16e9e3d2bfdec3b27b118b9bff031300ade5ed5..030c00790b7912bfef4c64df734bd351b4025d0c 100644 (file)
@@ -808,7 +808,9 @@ from .youtube import (
     YoutubeIE,
     YoutubeChannelIE,
     YoutubeFavouritesIE,
-    YoutubeHistoryIE,
+    # disabled because it can wipe the watch history (see #6893)
+    # remember to uncomment test in test/test_all_urls when it's fixed
+    #YoutubeHistoryIE,
     YoutubePlaylistIE,
     YoutubeRecommendedIE,
     YoutubeSearchDateIE,