Update youtube.py

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

View File

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