mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
parent
d183af3cc1
commit
ad0090d0d2
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ def _get_windows_v10_key(browser_root, logger):
|
|||
if path is None:
|
||||
logger.error('could not find local state file')
|
||||
return None
|
||||
with open(path, 'r') as f:
|
||||
with open(path, 'r', encoding='utf8') as f:
|
||||
data = json.load(f)
|
||||
try:
|
||||
base64_key = data['os_crypt']['encrypted_key']
|
||||
|
|
Loading…
Reference in a new issue