mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2026-01-27 23:10:52 -08:00
Ensure logged URLs are redacted
This commit is contained in:
parent
fe72371e81
commit
de3e4d35d7
2 changed files with 2 additions and 2 deletions
|
|
@ -407,7 +407,7 @@ class BaseRequestsClass(object):
|
|||
|
||||
log_msg = [
|
||||
'{title}',
|
||||
'URL: {method} {url}',
|
||||
'URL: {method} {url!u}',
|
||||
'Status: {response_status} - {response_reason}',
|
||||
'Response: {response_text}',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ class Subtitles(YouTubeRequestClient):
|
|||
('xosf', None),
|
||||
)
|
||||
self.log.debug(('Found new subtitle for: {lang!r}',
|
||||
'URL: {url}'),
|
||||
'URL: {url!u}'),
|
||||
lang=lang,
|
||||
url=subtitle_url)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue