mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[Openload.co] Fixed Extraction
They did it again. just a minor change though. here's quick fix
This commit is contained in:
		 Vijay Singh
					Vijay Singh
				
			
				
					committed by
					
						 Yen Chi Hsuan
						Yen Chi Hsuan
					
				
			
			
				
	
			
			
			 Yen Chi Hsuan
						Yen Chi Hsuan
					
				
			
						parent
						
							0e9a73e612
						
					
				
				
					commit
					957f453429
				
			| @@ -110,7 +110,7 @@ class OpenloadIE(InfoExtractor): | |||||||
|             elif H % 2 == 0 and H != 0 and ord(v[H - 1]) < 60: |             elif H % 2 == 0 and H != 0 and ord(v[H - 1]) < 60: | ||||||
|                 i = int(C, 10) |                 i = int(C, 10) | ||||||
|                 h += 1 |                 h += 1 | ||||||
|             index = H % 12 |             index = H % 7 | ||||||
|  |  | ||||||
|             A = hashMap[index] |             A = hashMap[index] | ||||||
|             i ^= 213 |             i ^= 213 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user