mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[utils,compat] Move struct_pack and struct_unpack to compat.py
This commit is contained in:
		| @@ -4,10 +4,12 @@ import collections | ||||
| import io | ||||
| import zlib | ||||
|  | ||||
| from .compat import compat_str | ||||
| from .compat import ( | ||||
|     compat_str, | ||||
|     struct_unpack, | ||||
| ) | ||||
| from .utils import ( | ||||
|     ExtractorError, | ||||
|     struct_unpack, | ||||
| ) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user