From 079702f1ea44dbbde8ca50883545959ee9512f84 Mon Sep 17 00:00:00 2001 From: mindjek07 <32357822+mindjek07@users.noreply.github.com> Date: Fri, 8 Mar 2019 20:09:47 +0530 Subject: [PATCH] Download Original Thumb Size setThumbUrl >> setThumbUrl169 --- youtube_dl/extractor/xvideos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index ec2d913fc..609052f6e 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -58,7 +58,7 @@ class XVideosIE(InfoExtractor): group='title') or self._og_search_title(webpage) thumbnail = self._search_regex( - (r'setThumbUrl\(\s*(["\'])(?P(?:(?!\1).)+)\1', + (r'setThumbUrl169\(\s*(["\'])(?P(?:(?!\1).)+)\1', r'url_bigthumb=(?P.+?)&'), webpage, 'thumbnail', fatal=False, group='thumbnail') duration = int_or_none(self._og_search_property(