mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	re-fixed XNXX regex problem
This commit is contained in:
		| @@ -3294,7 +3294,7 @@ class YoukuIE(InfoExtractor): | ||||
| class XNXXIE(InfoExtractor): | ||||
|     """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' | ||||
|     VIDEO_URL_RE = r'flv_url=(.*?)&' | ||||
|     VIDEO_TITLE_RE = r'<title>(.*?)\s+-\s+XNXX.COM' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Crouse
					Jeff Crouse