mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Fix linter and some typos
* Also remove inconsistent use of `"` in setup.py
This commit is contained in:
		| @@ -2969,8 +2969,8 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor): | ||||
|             post_renderer, lambda x: x['backstageAttachment']['playlistRenderer']['playlistId'], compat_str) | ||||
|         if playlist_id: | ||||
|             yield self.url_result( | ||||
|                     'https://www.youtube.com/playlist?list=%s' % playlist_id, | ||||
|                     ie=YoutubeTabIE.ie_key(), video_id=playlist_id) | ||||
|                 'https://www.youtube.com/playlist?list=%s' % playlist_id, | ||||
|                 ie=YoutubeTabIE.ie_key(), video_id=playlist_id) | ||||
|         # inline video links | ||||
|         runs = try_get(post_renderer, lambda x: x['contentText']['runs'], list) or [] | ||||
|         for run in runs: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan