Sfoglia il codice sorgente

[youtube:history] Disable exractor

Sergey M․ 10 anni fa
parent
commit
9f5e8d16b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      youtube_dl/extractor/__init__.py

+ 1 - 1
youtube_dl/extractor/__init__.py

@@ -810,7 +810,7 @@ from .youtube import (
     YoutubeFavouritesIE,
     YoutubeFavouritesIE,
     # disabled because it can wipe the watch history (see #6893)
     # disabled because it can wipe the watch history (see #6893)
     # remember to uncomment test in test/test_all_urls when it's fixed
     # remember to uncomment test in test/test_all_urls when it's fixed
-    YoutubeHistoryIE,
+    #YoutubeHistoryIE,
     YoutubePlaylistIE,
     YoutubePlaylistIE,
     YoutubeRecommendedIE,
     YoutubeRecommendedIE,
     YoutubeSearchDateIE,
     YoutubeSearchDateIE,