mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Update youtube.py
This commit is contained in:
parent
b0d74a59f1
commit
9cf3381381
1 changed files with 1 additions and 2 deletions
|
|
@ -88,8 +88,7 @@ class YoutubeLoader:
|
|||
"http": self.proxy_url,
|
||||
"https": self.proxy_url,
|
||||
}
|
||||
# Don't log complete URL because it might contain secrets
|
||||
log.debug(f"Using proxy URL: {self.proxy_url[:14]}...")
|
||||
log.debug(f"Using proxy URL: {self.proxy_url}...")
|
||||
else:
|
||||
youtube_proxies = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue