mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 23:07:16 +08:00
[xvideos] Added big thumbnail
This commit is contained in:
parent
0a8e251b35
commit
a6c951da1d
@ -58,7 +58,8 @@ class XVideosIE(InfoExtractor):
|
||||
group='title') or self._og_search_title(webpage)
|
||||
|
||||
thumbnail = self._search_regex(
|
||||
(r'setThumbUrl\(\s*(["\'])(?P<thumbnail>(?:(?!\1).)+)\1',
|
||||
(r'setThumbUrl169\(\s*(["\'])(?P<thumbnail>(?:(?!\1).)+)\1',
|
||||
r'setThumbUrl\(\s*(["\'])(?P<thumbnail>(?:(?!\1).)+)\1',
|
||||
r'url_bigthumb=(?P<thumbnail>.+?)&'),
|
||||
webpage, 'thumbnail', fatal=False, group='thumbnail')
|
||||
duration = int_or_none(self._og_search_property(
|
||||
|
Loading…
x
Reference in New Issue
Block a user