mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[utils,compat] Move struct_pack and struct_unpack to compat.py
This commit is contained in:
		| @@ -12,13 +12,13 @@ from ..compat import ( | ||||
|     compat_urlparse, | ||||
|     compat_urllib_error, | ||||
|     compat_urllib_parse_urlparse, | ||||
|     struct_pack, | ||||
|     struct_unpack, | ||||
| ) | ||||
| from ..utils import ( | ||||
|     encodeFilename, | ||||
|     fix_xml_ampersands, | ||||
|     sanitize_open, | ||||
|     struct_pack, | ||||
|     struct_unpack, | ||||
|     xpath_text, | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan