mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-08 06:09:18 +03: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:
@@ -1890,6 +1890,7 @@ class InfoExtractor:
|
|||||||
'ShallowReactive': indirect_reviver,
|
'ShallowReactive': indirect_reviver,
|
||||||
'Ref': indirect_reviver,
|
'Ref': indirect_reviver,
|
||||||
'Reactive': indirect_reviver,
|
'Reactive': indirect_reviver,
|
||||||
|
'skipHydrate': indirect_reviver,
|
||||||
})
|
})
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user