mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[openload] Update algorithm again (#10408)
This commit is contained in:
		| @@ -60,7 +60,7 @@ class OpenloadIE(InfoExtractor): | ||||
|             if j >= 33 and j <= 126: | ||||
|                 j = ((j + 14) % 94) + 33 | ||||
|             if idx == len(enc_data) - 1: | ||||
|                 j += 2 | ||||
|                 j += 1 | ||||
|             video_url_chars += compat_chr(j) | ||||
|  | ||||
|         video_url = 'https://openload.co/stream/%s?mime=true' % ''.join(video_url_chars) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan