Update youtube.py

This commit is contained in:
Classic298 2025-05-05 20:08:25 +02:00 committed by GitHub
parent 9cf3381381
commit 791dd24ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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