瀏覽代碼

[youtube:history] Disable exractor

Sergey M․ 10 年之前
父節點
當前提交
9f5e8d16b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,