Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
3 additions and
3 deletions
-
youtube_dl/extractor/tnaflix.py
|
|
@ -189,9 +189,9 @@ class TNAFlixNetworkEmbedIE(TNAFlixNetworkBaseIE): |
|
|
|
class TNAFlixIE(TNAFlixNetworkBaseIE): |
|
|
|
_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'<meta[^>]+name="description"[^>]+content="([^"]+)"' |
|
|
|
_UPLOADER_REGEX = r'<i>\s*Verified Member\s*</i>\s*<h1>(.+?)</h1>' |
|
|
|
_TITLE_REGEX = r'<title>(.+?) - (?:TNAFlix Porn Videos|TNAFlix\.com)</title>' |
|
|
|
_DESCRIPTION_REGEX = r'(?s)>Description:</[^>]+>(.+?)<' |
|
|
|
_UPLOADER_REGEX = r'<i>\s*Verified Member\s*</i>\s*<h\d+>(.+?)<' |
|
|
|
_CATEGORIES_REGEX = r'(?s)<span[^>]*>Categories:</span>(.+?)</div>' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|