Fix detection of uploader nickname in metacafe (fixes issue #67)
This commit is contained in:
		@@ -868,7 +868,7 @@ class MetacafeIE(InfoExtractor):
 | 
				
			|||||||
			return
 | 
								return
 | 
				
			||||||
		video_title = mobj.group(1).decode('utf-8')
 | 
							video_title = mobj.group(1).decode('utf-8')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		mobj = re.search(r'(?ms)<li id="ChnlUsr">.*?Submitter:.*?<a .*?>(.*?)<', webpage)
 | 
							mobj = re.search(r'(?ms)By:\s*<a .*?>(.+?)<', webpage)
 | 
				
			||||||
		if mobj is None:
 | 
							if mobj is None:
 | 
				
			||||||
			self._downloader.trouble(u'ERROR: unable to extract uploader nickname')
 | 
								self._downloader.trouble(u'ERROR: unable to extract uploader nickname')
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user