mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-08 01:43:47 +00: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 @@ class InfoExtractor:
|
||||
'ShallowReactive': indirect_reviver,
|
||||
'Ref': indirect_reviver,
|
||||
'Reactive': indirect_reviver,
|
||||
'skipHydrate': indirect_reviver,
|
||||
})
|
||||
|
||||
while True:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user