projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b700055
)
[tnaflix] Do not capture `cat_id`
author
Sergey M․
<dstftw@gmail.com>
Sun, 24 May 2015 13:08:22 +0000
(19:08 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 24 May 2015 13:11:31 +0000
(19:11 +0600)
youtube_dl/extractor/tnaflix.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tnaflix.py
b/youtube_dl/extractor/tnaflix.py
index 79496039d0adc48dbd6b0f647a96e6a38d37b3a1..59af9aba06399cefcc6c2049c958dfb3819bb20a 100644
(file)
--- a/
youtube_dl/extractor/tnaflix.py
+++ b/
youtube_dl/extractor/tnaflix.py
@@
-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>'