Closed rocka closed 8 months ago
Add a new JSON parser source which uses https://github.com/mwilliamson/jq.py (jq on PyPI, python-jq on Arch Linux), along with some tests and docs.
Tested with following config:
[otf-noto-unicode] source = "jq" url = "https://api.github.com/repos/MY1L/Unicode/releases/tags/NotoUni7" filter = ".assets.[].name" include_regex = "NotoUnicode-\\d(\\.\\d+)?\\.otf" from_pattern = "NotoUnicode-(.*)\\.otf" to_pattern = "\\1"
It shoud output
[I 03-31 15:44:37.623 core:408] otf-noto-unicode: updated to 7.3
Add a new JSON parser source which uses https://github.com/mwilliamson/jq.py (jq on PyPI, python-jq on Arch Linux), along with some tests and docs.
Tested with following config:
It shoud output