Commit graph

2 commits

Author SHA1 Message Date
KhooLy
6c1bc94a07 style: run rustfmt over backend Rust modules
Whitespace/line-wrap only (rustfmt default width) across the
libmpv/plugin-runtime backend files; no behavior changes.
2026-07-27 16:12:54 +03:00
KhooLy
c0b5ecb0b0 Add rquickjs plugin-execution spike (Nuvio-compatible scraper plugins)
Proves out running unmodified Nuvio Kotlin-plugin-format JS scrapers
(module.exports.getStreams) inside rquickjs, with native fetch and a
full cheerio bridge (load/select/find/text/attr/next/prev, chaining,
:contains()) ported from Nuvio's DomBridge.kt/JsBindings.kt.
2026-07-13 16:14:22 +03:00