mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-04 21:00:40 +08:00
[ie] _resolve_nuxt_array: Handle Pinia skipHydrate (#16447)
Ref: https://pinia.vuejs.org/api/pinia/functions/skipHydrate.html Authored by: doe1080
This commit is contained in:
parent
9f0fc9a633
commit
8001ff4349
@ -1890,6 +1890,7 @@ def json_reviver(data):
|
||||
'ShallowReactive': indirect_reviver,
|
||||
'Ref': indirect_reviver,
|
||||
'Reactive': indirect_reviver,
|
||||
'skipHydrate': indirect_reviver,
|
||||
})
|
||||
|
||||
while True:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user