From 2f6051480d464345b92e16fea9e30bdd56396b97 Mon Sep 17 00:00:00 2001 From: rag-hav Date: Wed, 20 May 2020 18:35:46 +0530 Subject: [PATCH] clean up --- youtube_dl/extractor/xvideos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index 54751d61a..6290bc171 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -91,7 +91,6 @@ class XVideosIE(InfoExtractor): self.report_download_webpage(video_id) for i, host in enumerate(self.HOSTS): - print(host) webpage = self._download_webpage( 'https://www.' + host + '.com/video%s/' % video_id, video_id, note=False, fatal=host == self.HOSTS[-1], errnote=host == self.HOSTS[-1])