1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-25 06:02:49 +08:00

Download Original Thumb Size

setThumbUrl >> setThumbUrl169
This commit is contained in:
mindjek07
2019-03-08 20:09:47 +05:30
committed by GitHub
Unverified
parent 77a842c892
commit 079702f1ea
+1 -1
View File
@@ -58,7 +58,7 @@ 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'url_bigthumb=(?P<thumbnail>.+?)&amp'),
webpage, 'thumbnail', fatal=False, group='thumbnail')
duration = int_or_none(self._og_search_property(