mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 12:07:12 +01:00
[swfinterp] Fix _u32 name
This commit is contained in:
parent
72e785f36a
commit
351f373865
@ -111,7 +111,7 @@ def _u30(reader):
|
||||
res = _read_int(reader)
|
||||
assert res & 0xf0000000 == 0
|
||||
return res
|
||||
u32 = _read_int
|
||||
_u32 = _read_int
|
||||
|
||||
|
||||
def _s32(reader):
|
||||
|
Loading…
Reference in New Issue
Block a user