mirror of
https://github.com/open-webui/open-webui
synced 2025-06-16 19:31:52 +00:00
Update youtube.py
This commit is contained in:
parent
9cf3381381
commit
791dd24ace
@ -88,7 +88,8 @@ class YoutubeLoader:
|
|||||||
"http": self.proxy_url,
|
"http": self.proxy_url,
|
||||||
"https": self.proxy_url,
|
"https": self.proxy_url,
|
||||||
}
|
}
|
||||||
log.debug(f"Using proxy URL: {self.proxy_url}...")
|
# Don't log complete URL because it might contain secrets
|
||||||
|
log.debug(f"Using proxy URL: {self.proxy_url[:14]}...")
|
||||||
else:
|
else:
|
||||||
youtube_proxies = None
|
youtube_proxies = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user