mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:07:07 -05:00 
			
		
		
		
	[metacafe] New result format
This commit is contained in:
		@@ -125,7 +125,8 @@ class MetacafeIE(InfoExtractor):
 | 
				
			|||||||
                r'submitter=(.*?);|googletag\.pubads\(\)\.setTargeting\("channel","([^"]+)"\);',
 | 
					                r'submitter=(.*?);|googletag\.pubads\(\)\.setTargeting\("channel","([^"]+)"\);',
 | 
				
			||||||
                webpage, u'uploader nickname', fatal=False)
 | 
					                webpage, u'uploader nickname', fatal=False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return [{
 | 
					        return {
 | 
				
			||||||
 | 
					            '_type':    'video',
 | 
				
			||||||
            'id':       video_id,
 | 
					            'id':       video_id,
 | 
				
			||||||
            'url':      video_url,
 | 
					            'url':      video_url,
 | 
				
			||||||
            'description': description,
 | 
					            'description': description,
 | 
				
			||||||
@@ -133,4 +134,4 @@ class MetacafeIE(InfoExtractor):
 | 
				
			|||||||
            'upload_date':  None,
 | 
					            'upload_date':  None,
 | 
				
			||||||
            'title':    video_title,
 | 
					            'title':    video_title,
 | 
				
			||||||
            'ext':      video_ext,
 | 
					            'ext':      video_ext,
 | 
				
			||||||
        }]
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user