mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	[crunchyroll] Fix python 3.2
This commit is contained in:
		@@ -76,8 +76,8 @@ class CrunchyrollIE(InfoExtractor):
 | 
			
		||||
        self._login()
 | 
			
		||||
 | 
			
		||||
    def _decrypt_subtitles(self, data, iv, id):
 | 
			
		||||
        data = bytes_to_intlist(base64.b64decode(data))
 | 
			
		||||
        iv = bytes_to_intlist(base64.b64decode(iv))
 | 
			
		||||
        data = bytes_to_intlist(base64.b64decode(data.encode('utf-8')))
 | 
			
		||||
        iv = bytes_to_intlist(base64.b64decode(iv.encode('utf-8')))
 | 
			
		||||
        id = int(id)
 | 
			
		||||
 | 
			
		||||
        def obfuscate_key_aux(count, modulo, start):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user