mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[pinkbike] PEP8
This commit is contained in:
		@@ -44,7 +44,7 @@ class PinkbikeIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        formats = []
 | 
					        formats = []
 | 
				
			||||||
        for _, format_id, src in re.findall(
 | 
					        for _, format_id, src in re.findall(
 | 
				
			||||||
            r'data-quality=((?:\\)?["\'])(.+?)\1[^>]+src=\1(.+?)\1', webpage):
 | 
					                r'data-quality=((?:\\)?["\'])(.+?)\1[^>]+src=\1(.+?)\1', webpage):
 | 
				
			||||||
            height = int_or_none(self._search_regex(
 | 
					            height = int_or_none(self._search_regex(
 | 
				
			||||||
                r'^(\d+)[pP]$', format_id, 'height', default=None))
 | 
					                r'^(\d+)[pP]$', format_id, 'height', default=None))
 | 
				
			||||||
            formats.append({
 | 
					            formats.append({
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user