Download Original Thumb Size
setThumbUrl >> setThumbUrl169
This commit is contained in:
parent
77a842c892
commit
079702f1ea
@ -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>.+?)&'),
|
r'url_bigthumb=(?P<thumbnail>.+?)&'),
|
||||||
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user