mirror of https://github.com/blackjack4494/yt-dlc
[mildom] Warn user of proxy
This commit is contained in:
parent
a3faeb7de4
commit
ab406a1c0e
|
@ -118,6 +118,9 @@ class MildomIE(MildomBaseIE):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
url = 'https://www.mildom.com/%s' % video_id
|
url = 'https://www.mildom.com/%s' % video_id
|
||||||
|
|
||||||
|
self.to_screen(
|
||||||
|
'Live videos are downloaded using proxies based on "https://github.com/nao20010128nao/bookish-octo-barnacle"\n'
|
||||||
|
' %s If you do not trust these proxies, please refrain from downloading live %s videos ' % (' ' * len(self.IE_NAME), self.IE_NAME))
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
enterstudio = self._call_api(
|
enterstudio = self._call_api(
|
||||||
|
|
Loading…
Reference in New Issue