[xnxx] Accept urls that start with 'www' (fixes #1734)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-06 23:45:01 +01:00
parent 672fe94dcb
commit b1a80ec1a9
1 changed files with 1 additions and 1 deletions

View File

@ -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=(.*?)&amp;'