mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[motherless] PEP 8 (#17455)
This commit is contained in:
		@@ -167,9 +167,9 @@ class MotherlessGroupIE(InfoExtractor):
 | 
				
			|||||||
        if not entries:
 | 
					        if not entries:
 | 
				
			||||||
            entries = [
 | 
					            entries = [
 | 
				
			||||||
                self.url_result(
 | 
					                self.url_result(
 | 
				
			||||||
                    compat_urlparse.urljoin(base, '/' + video_id),
 | 
					                    compat_urlparse.urljoin(base, '/' + entry_id),
 | 
				
			||||||
                    ie=MotherlessIE.ie_key(), video_id=video_id)
 | 
					                    ie=MotherlessIE.ie_key(), video_id=entry_id)
 | 
				
			||||||
                for video_id in orderedSet(re.findall(
 | 
					                for entry_id in orderedSet(re.findall(
 | 
				
			||||||
                    r'data-codename=["\']([A-Z0-9]+)', webpage))]
 | 
					                    r'data-codename=["\']([A-Z0-9]+)', webpage))]
 | 
				
			||||||
        return entries
 | 
					        return entries
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user