curl -s "https://catonrug.blogspot.com/feeds/posts/default/-/Audacity?alt=json-in-script" | sed "s/gdata.io.handleScriptLoaded(//;s/);$//" | jq '.["feed"] | .["entry"] '
To expand the array use | .[]
curl -s "https://catonrug.blogspot.com/feeds/posts/default/-/Audacity?alt=json-in-script" | sed "s/gdata.io.handleScriptLoaded(//;s/);$//" | jq '.["feed"] | .["entry"] | .[] '
No comments:
Post a Comment