mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:27:11 -05:00 
			
		
		
		
	Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
This commit is contained in:
		@@ -344,7 +344,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
			
		||||
        elif len(s) == 85:
 | 
			
		||||
            return s[2:8] + s[0] + s[9:21] + s[65] + s[22:65] + s[84] + s[66:82] + s[21]
 | 
			
		||||
        elif len(s) == 84:
 | 
			
		||||
            return s[83:36:-1] + s[2] + s[35:26:-1] + s[3] + s[25:3:-1] + s[26]
 | 
			
		||||
            return s[83:27:-1] + s[0] + s[26:5:-1] + s[2:0:-1] + s[27]
 | 
			
		||||
        elif len(s) == 83:
 | 
			
		||||
            return s[:15] + s[80] + s[16:80] + s[15]
 | 
			
		||||
        elif len(s) == 82:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user