Browse Source

[tnaflix] Do not capture `cat_id`

totalwebcasting
Sergey M․ 9 years ago
parent
commit
abac15f3c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/tnaflix.py

+ 1
- 1
youtube_dl/extractor/tnaflix.py View File

@ -10,7 +10,7 @@ from ..utils import (
class TNAFlixIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?tnaflix\.com/(?P<cat_id>[^/]+)/(?P<display_id>[^/]+)/video(?P<id>\d+)'
_VALID_URL = r'https?://(?:www\.)?tnaflix\.com/[^/]+/(?P<display_id>[^/]+)/video(?P<id>\d+)'
_TITLE_REGEX = r'<title>(.+?) - TNAFlix Porn Videos</title>'
_DESCRIPTION_REGEX = r'<h3 itemprop="description">([^<]+)</h3>'


Loading…
Cancel
Save