mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[mildom] Warn user of proxy
This commit is contained in:
parent
a3faeb7de4
commit
ab406a1c0e
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ def _real_extract(self, url):
|
||||||
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 a new issue