mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:27:07 -05:00 
			
		
		
		
	[openload] Fix extraction
Just a minor fix for openload
This commit is contained in:
		@@ -100,7 +100,7 @@ class OpenloadIE(InfoExtractor):
 | 
			
		||||
            i = int(B, 16)
 | 
			
		||||
            index = (h / 2) % 10
 | 
			
		||||
            A = hashMap[index]
 | 
			
		||||
            i = i ^ 137
 | 
			
		||||
            i = i ^ 96
 | 
			
		||||
            i = i ^ A
 | 
			
		||||
            video_url_chars.append(compat_chr(i))
 | 
			
		||||
            h += 2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user