mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	xvideos: Fix misleading error message when extracting the URL.
We said that we were trying to extract the title of the video.
This commit is contained in:
		| @@ -3426,7 +3426,7 @@ class XVideosIE(InfoExtractor): | ||||
| 		# Extract video URL | ||||
| 		mobj = re.search(r'flv_url=(.+?)&', webpage) | ||||
| 		if mobj is None: | ||||
| 			self._downloader.trouble(u'ERROR: unable to extract video title') | ||||
| 			self._downloader.trouble(u'ERROR: unable to extract video url') | ||||
| 			return | ||||
| 		video_url = urllib2.unquote(mobj.group(1).decode('utf-8')) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user