Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
1 deletions
-
youtube_dl/extractor/pinkbike.py
|
|
@ -64,7 +64,8 @@ class PinkbikeIE(InfoExtractor): |
|
|
|
'video:duration', webpage, 'duration')) |
|
|
|
|
|
|
|
uploader = self._search_regex( |
|
|
|
r'un:\s*"([^"]+)"', webpage, 'uploader', fatal=False) |
|
|
|
r'<a[^>]+\brel=["\']author[^>]+>([^<]+)', webpage, |
|
|
|
'uploader', fatal=False) |
|
|
|
upload_date = unified_strdate(self._search_regex( |
|
|
|
r'class="fullTime"[^>]+title="([^"]+)"', |
|
|
|
webpage, 'upload date', fatal=False)) |
|
|
|