Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/pornhub.py
|
|
@ -186,7 +186,7 @@ class PornHubIE(InfoExtractor): |
|
|
|
title, thumbnail, duration = [None] * 3 |
|
|
|
|
|
|
|
video_uploader = self._html_search_regex( |
|
|
|
r'(?s)From: .+?<(?:a href="/users/|a href="/channels/|span class="username)[^>]+>(.+?)<', |
|
|
|
r'(?s)From: .+?<(?:a\b[^>]+\bhref=["\']/(?:user|channel)s/|span\b[^>]+\bclass=["\']username)[^>]+>(.+?)<', |
|
|
|
webpage, 'uploader', fatal=False) |
|
|
|
|
|
|
|
view_count = self._extract_count( |
|
|
|