Sergey M․
6 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/vshare.py
|
@ -48,7 +48,7 @@ class VShareIE(InfoExtractor): |
|
|
|
|
|
|
|
|
webpage = self._download_webpage( |
|
|
webpage = self._download_webpage( |
|
|
'https://vshare.io/v/%s/width-650/height-430/1' % video_id, |
|
|
'https://vshare.io/v/%s/width-650/height-430/1' % video_id, |
|
|
video_id) |
|
|
|
|
|
|
|
|
video_id, headers={'Referer': url}) |
|
|
|
|
|
|
|
|
title = self._html_search_regex( |
|
|
title = self._html_search_regex( |
|
|
r'<title>([^<]+)</title>', webpage, 'title') |
|
|
r'<title>([^<]+)</title>', webpage, 'title') |
|
|