mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[subtitles-tests] Fix youtube test
It returns now a single info_dict
This commit is contained in:
		@@ -36,10 +36,6 @@ class TestYoutubeSubtitles(BaseTestSubtitles):
 | 
				
			|||||||
    url = 'QRS8MkLhQmM'
 | 
					    url = 'QRS8MkLhQmM'
 | 
				
			||||||
    IE = YoutubeIE
 | 
					    IE = YoutubeIE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def getSubtitles(self):
 | 
					 | 
				
			||||||
        info_dict = self.getInfoDict()
 | 
					 | 
				
			||||||
        return info_dict[0]['subtitles']
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    def test_youtube_no_writesubtitles(self):
 | 
					    def test_youtube_no_writesubtitles(self):
 | 
				
			||||||
        self.DL.params['writesubtitles'] = False
 | 
					        self.DL.params['writesubtitles'] = False
 | 
				
			||||||
        subtitles = self.getSubtitles()
 | 
					        subtitles = self.getSubtitles()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user