mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:27:07 -05:00 
			
		
		
		
	[xnxx] Accept urls that start with 'www' (fixes #1734)
This commit is contained in:
		@@ -9,7 +9,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class XNXXIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'^(?:https?://)?video\.xnxx\.com/video([0-9]+)/(.*)'
 | 
			
		||||
    _VALID_URL = r'^(?:https?://)?(?:video|www)\.xnxx\.com/video([0-9]+)/(.*)'
 | 
			
		||||
    VIDEO_URL_RE = r'flv_url=(.*?)&'
 | 
			
		||||
    VIDEO_TITLE_RE = r'<title>(.*?)\s+-\s+XNXX.COM'
 | 
			
		||||
    VIDEO_THUMB_RE = r'url_bigthumb=(.*?)&'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user