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(