1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-28 20:35:14 +00:00

[ie] Add _search_nuxt_json helper (#13386)

* Adds InfoExtractor._search_nuxt_json for webpage extraction
* Adds InfoExtractor._resolve_nuxt_array for direct use with payload JSON
* Adds yt_dlp.utils.jslib module for Python solutions to common JavaScript libraries
* Adds devalue.parse and devalue.parse_iter to jslib utils

Ref:
* 9e503be0f2
* f3fd2aa93d/src/parse.js

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
This commit is contained in:
bashonly
2025-06-12 17:15:01 -05:00
committed by GitHub
parent ba090caeaa
commit 51887484e4
5 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1 @@
# Utility functions for handling web input based on commonly used JavaScript libraries