mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
Bugfix for 2414649192
This commit is contained in:
parent
b2a2d91310
commit
0fa7d2c8e4
@ -336,11 +336,9 @@ class ChromeCookieDecryptor:
|
||||
- KeyStorageLinux::CreateService
|
||||
"""
|
||||
|
||||
def decrypt(self, encrypted_value):
|
||||
raise NotImplementedError('Must be implemented by sub classes')
|
||||
_cookie_counts = {}
|
||||
|
||||
@property
|
||||
def _cookie_counts(self):
|
||||
def decrypt(self, encrypted_value):
|
||||
raise NotImplementedError('Must be implemented by sub classes')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user