Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

curl get structured content

#Install xq, jq and yq commands for parsing xml, json and yaml outputs respectively
pip install xq jq yq
curl url_example | xq #Parse html content output of url
 
PREVIOUS NEXT
Tagged: #curl #structured #content
ADD COMMENT
Topic
Name
7+3 =