mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-14 11:32:16 +08:00
clean up
This commit is contained in:
parent
1c361146ba
commit
2f6051480d
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user