[xnxx] Accept urls that start with 'www' (fixes #1734)
This commit is contained in:
parent
672fe94dcb
commit
b1a80ec1a9
1 changed files with 1 additions and 1 deletions
|
@ -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=(.*?)&'
|
||||
|
|
Loading…
Reference in a new issue