mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Update youtube.py
This commit is contained in:
parent
9cf3381381
commit
791dd24ace
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ class YoutubeLoader:
|
|||
"http": 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:
|
||||
youtube_proxies = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue