Home
last modified time | relevance | path

Searched refs:infojson (Results 1 – 6 of 6) sorted by relevance

/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/
H A Doption.py370 infojson = {
412 action="append_const", const=infojson,
418 action="append_const", const=infojson,
/dports/www/janus/janus-gateway-0.11.6/plugins/lua/
H A Dechotest.lua85 local infojson = json.encode(info)
86 return infojson
H A Dvideoroom.lua121 local infojson = json.encode(info)
122 return infojson
/dports/www/yt-dlp/yt-dlp-2021.12.27/
H A DChangelog.md166 * Fix writing playlist infojson with `--no-clean-infojson`
254 * Fix bug in `--load-infojson` of playlists
598 * The fetched sponsor sections are written to the infojson
784 * Add compat-option `no-clean-infojson`
1057 * Add compat-option `no-attach-infojson`
1209 * Ability to load playlist infojson using `--load-info-json`
1210 * Write current epoch to infojson when using `--no-clean-infojson`
1218 * Option `--no-clean-infojson` to keep private keys in the infojson
1226 * Recursively remove any private keys from infojson
1438 * Write playlist data to infojson
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_monitor_json.c667 virJSONValue *infojson = virJSONValueObjectGetObject(data, "info"); in qemuMonitorJSONHandleGuestPanic() local
670 if (infojson) in qemuMonitorJSONHandleGuestPanic()
671 info = qemuMonitorJSONGuestPanicExtractInfo(infojson); in qemuMonitorJSONHandleGuestPanic()
/dports/www/gallery-dl/gallery-dl-1.21.0/
H A DCHANGELOG.md148 - rename `--write-infojson` to `--write-info-json`
263 - add a `--write-infojson` command-line option