Download Original Thumb Size

setThumbUrl >> setThumbUrl169
This commit is contained in:
mindjek07 2019-03-08 20:09:47 +05:30 committed by GitHub
parent 77a842c892
commit 079702f1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ class XVideosIE(InfoExtractor):
group='title') or self._og_search_title(webpage) group='title') or self._og_search_title(webpage)
thumbnail = self._search_regex( thumbnail = self._search_regex(
(r'setThumbUrl\(\s*(["\'])(?P<thumbnail>(?:(?!\1).)+)\1', (r'setThumbUrl169\(\s*(["\'])(?P<thumbnail>(?:(?!\1).)+)\1',
r'url_bigthumb=(?P<thumbnail>.+?)&amp'), r'url_bigthumb=(?P<thumbnail>.+?)&amp'),
webpage, 'thumbnail', fatal=False, group='thumbnail') webpage, 'thumbnail', fatal=False, group='thumbnail')
duration = int_or_none(self._og_search_property( duration = int_or_none(self._og_search_property(