mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-07 01:55:13 +00:00
@@ -435,7 +435,7 @@ def sub_bytes_inv(data):
|
||||
|
||||
|
||||
def rotate(data):
|
||||
return data[1:] + [data[0]]
|
||||
return [*data[1:], data[0]]
|
||||
|
||||
|
||||
def key_schedule_core(data, rcon_iteration):
|
||||
|
||||
Reference in New Issue
Block a user