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