mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Adapt tests to changes in youtube's "Most Popular" channel
This commit is contained in:
		| @@ -97,7 +97,7 @@ class TestYoutubeLists(unittest.TestCase): | |||||||
|         self.assertTrue(len(result['entries']) > 90) |         self.assertTrue(len(result['entries']) > 90) | ||||||
|         #test autogenerated channel |         #test autogenerated channel | ||||||
|         result = ie.extract('https://www.youtube.com/channel/HCtnHdj3df7iM/videos')[0] |         result = ie.extract('https://www.youtube.com/channel/HCtnHdj3df7iM/videos')[0] | ||||||
|         self.assertTrue(len(result['entries']) > 20) |         self.assertTrue(len(result['entries']) >= 18) | ||||||
|  |  | ||||||
|     def test_youtube_user(self): |     def test_youtube_user(self): | ||||||
|         dl = FakeDownloader() |         dl = FakeDownloader() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister