From aaa81ca9ff771870e63802f2cebfd4542ec344f5 Mon Sep 17 00:00:00 2001 From: rag-hav Date: Mon, 4 May 2020 15:40:37 +0530 Subject: [PATCH] coding cnvention --- youtube_dl/extractor/xvideos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index 224e711bc..9e6311570 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -91,7 +91,8 @@ class XVideosIE(InfoExtractor): self.report_download_webpage(video_id) for host in HOSTS: webpage = self._download_webpage( - 'https://www.' + host + '.com/video%s/' % video_id, video_id, note=False, fatal=host == HOSTS[-1], errnote=host == HOSTS[-1]) + 'https://www.' + host + '.com/video%s/' % video_id, video_id, + note=False, fatal=host == HOSTS[-1], errnote=host == HOSTS[-1]) if webpage: break