Update generate-json-opml

This commit is contained in:
vintagefuture 2024-11-08 17:40:54 +00:00
parent c566ea4acc
commit 648eb7756b

View file

@ -17,4 +17,4 @@ JSON_TITLE=$(json_escape "$TITLE")
JSON_XML_URL=$(json_escape "$XML_URL") JSON_XML_URL=$(json_escape "$XML_URL")
JSON_URL=$(json_escape "$URL") JSON_URL=$(json_escape "$URL")
printf '{"title": %s, "xmlUrl": %s, "htmlUrl": %s}\n' "$JSON_TITLE" "$JSON_XML_URL" "$JSON_URL" > json/"$NAME".json mkdir -p json && printf '{"title": %s, "xmlUrl": %s, "htmlUrl": %s}\n' "$JSON_TITLE" "$JSON_XML_URL" "$JSON_URL" > json/"$NAME".json