mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:57:07 -05:00 
			
		
		
		
	[youtube:history] Explain why it has disabled and skip test
This commit is contained in:
		@@ -99,7 +99,7 @@ class TestAllURLsMatching(unittest.TestCase):
 | 
			
		||||
    def test_keywords(self):
 | 
			
		||||
        self.assertMatch(':ytsubs', ['youtube:subscriptions'])
 | 
			
		||||
        self.assertMatch(':ytsubscriptions', ['youtube:subscriptions'])
 | 
			
		||||
        self.assertMatch(':ythistory', ['youtube:history'])
 | 
			
		||||
        # self.assertMatch(':ythistory', ['youtube:history'])
 | 
			
		||||
        self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
 | 
			
		||||
        self.assertMatch(':tds', ['ComedyCentralShows'])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -808,6 +808,8 @@ from .youtube import (
 | 
			
		||||
    YoutubeIE,
 | 
			
		||||
    YoutubeChannelIE,
 | 
			
		||||
    YoutubeFavouritesIE,
 | 
			
		||||
    # disabled because it can wipe the watch history (see #6893)
 | 
			
		||||
    # remember to uncumment test in test/test_all_urls when it's fixed
 | 
			
		||||
    #YoutubeHistoryIE,
 | 
			
		||||
    YoutubePlaylistIE,
 | 
			
		||||
    YoutubeRecommendedIE,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user