mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:17:07 -05:00 
			
		
		
		
	Don't forget trailing '%'
This commit is contained in:
		@@ -98,6 +98,9 @@ except ImportError:
 | 
			
		||||
        append = res.append
 | 
			
		||||
 | 
			
		||||
        for item in bits[1:]:
 | 
			
		||||
            if item == '':
 | 
			
		||||
                append(b'%')
 | 
			
		||||
                continue
 | 
			
		||||
            try:
 | 
			
		||||
                append(item[:2].decode('hex'))
 | 
			
		||||
                append(item[2:])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user