mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	Fixed a problem with the XNXXIE Regex
This commit is contained in:
		
							parent
							
								
									5f7ad21633
								
							
						
					
					
						commit
						9a2cf56d51
					
				| @ -3186,7 +3186,7 @@ class YoukuIE(InfoExtractor): | |||||||
| class XNXXIE(InfoExtractor): | class XNXXIE(InfoExtractor): | ||||||
| 	"""Information extractor for xnxx.com""" | 	"""Information extractor for xnxx.com""" | ||||||
| 
 | 
 | ||||||
| 	_VALID_URL = r'^http://video\.xnxx\.com/video([0-9]+)/(.*)' | 	_VALID_URL = r'^(?:https?://)?video\.xnxx\.com/video([0-9]+)/(.*)' | ||||||
| 	IE_NAME = u'xnxx' | 	IE_NAME = u'xnxx' | ||||||
| 	VIDEO_URL_RE = r'flv_url=(.*?)&' | 	VIDEO_URL_RE = r'flv_url=(.*?)&' | ||||||
| 	VIDEO_TITLE_RE = r'<title>(.*?)\s+-\s+XNXX.COM' | 	VIDEO_TITLE_RE = r'<title>(.*?)\s+-\s+XNXX.COM' | ||||||
| @ -3509,7 +3509,7 @@ class YouPornIE(InfoExtractor): | |||||||
| 			}) | 			}) | ||||||
| 
 | 
 | ||||||
| 		if self._downloader.params.get('listformats', None): | 		if self._downloader.params.get('listformats', None): | ||||||
| 			self._print_formats(results) | 			self._print_formats(formats) | ||||||
| 			return | 			return | ||||||
| 
 | 
 | ||||||
| 		req_format = self._downloader.params.get('format', None) | 		req_format = self._downloader.params.get('format', None) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jeff Crouse
						Jeff Crouse