Curl Uzyskaj treść strukturalną

#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
Armandres