Browse Source

[youtube:history] Disable exractor

Sergey M․ 10 years ago
parent
commit
9f5e8d16b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/__init__.py

+ 1 - 1
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,