1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-04-05 06:30:17 -05:00

Bugfix for 241464919271278831f23b3a086dcf57aeb80d3b

This commit is contained in:
pukkandan 2022-05-17 00:55:37 +05:30
parent b2a2d91310
commit 0fa7d2c8e4
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

View File

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