mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Bugfix for 2414649192
				
					
				
			This commit is contained in:
		| @@ -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') | ||||
| 
 | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan