mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[bbccouk] PEP8
This commit is contained in:
		| @@ -241,8 +241,8 @@ class BBCCoUkIE(SubtitlesInfoExtractor): | ||||
|  | ||||
|         # fallback to legacy playlist | ||||
|         playlist = self._download_xml( | ||||
|                 'http://www.bbc.co.uk/iplayer/playlist/%s' % playlist_id, | ||||
|                 playlist_id, 'Downloading legacy playlist XML') | ||||
|             'http://www.bbc.co.uk/iplayer/playlist/%s' % playlist_id, | ||||
|             playlist_id, 'Downloading legacy playlist XML') | ||||
|  | ||||
|         no_items = playlist.find('./{http://bbc.co.uk/2008/emp/playlist}noItems') | ||||
|         if no_items is not None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister