rss-bridge
rss-bridge copied to clipboard
Add JSON extraction embedded in HTML script element
I want to extract JSON embedded in HTML script elements for processing by JSON dotpath.
So I have added a format that outputs only bare content.
Barejson
is a term I coined because pure format names could not explain the behavior..
So if you have a better idea, I would like to adopt it.
This format can output only one item, so if more and less than one is found, an error will occur.
This is triggered by the following discussion: https://github.com/FreshRSS/FreshRSS/discussions/6406