mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[refactor] Single quotes consistency
This commit is contained in:
		| @@ -48,22 +48,22 @@ class TheSixtyOneIE(InfoExtractor): | ||||
|     ] | ||||
|  | ||||
|     _DECODE_MAP = { | ||||
|         "x": "a", | ||||
|         "m": "b", | ||||
|         "w": "c", | ||||
|         "q": "d", | ||||
|         "n": "e", | ||||
|         "p": "f", | ||||
|         "a": "0", | ||||
|         "h": "1", | ||||
|         "e": "2", | ||||
|         "u": "3", | ||||
|         "s": "4", | ||||
|         "i": "5", | ||||
|         "o": "6", | ||||
|         "y": "7", | ||||
|         "r": "8", | ||||
|         "c": "9" | ||||
|         'x': 'a', | ||||
|         'm': 'b', | ||||
|         'w': 'c', | ||||
|         'q': 'd', | ||||
|         'n': 'e', | ||||
|         'p': 'f', | ||||
|         'a': '0', | ||||
|         'h': '1', | ||||
|         'e': '2', | ||||
|         'u': '3', | ||||
|         's': '4', | ||||
|         'i': '5', | ||||
|         'o': '6', | ||||
|         'y': '7', | ||||
|         'r': '8', | ||||
|         'c': '9' | ||||
|     } | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․