Skip to content

Instantly share code, notes, and snippets.

@VuokkoVuorinnen
Created December 19, 2023 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VuokkoVuorinnen/e703af7d9a2a4bb35251c42f1c112117 to your computer and use it in GitHub Desktop.
Save VuokkoVuorinnen/e703af7d9a2a4bb35251c42f1c112117 to your computer and use it in GitHub Desktop.
soep.sh
#!/bin/bash
curl -s -H "Referer: https://partyline.be/_predefined_pages/prijslijst_NL.asp?M_LANGUAGE=NL&M_SITENAME=PARTYLINE" "https://partyline.be/_predefined_pages/prijslijst_NL.asp?M_CATEGORIE=25" | xmllint --format --html --xpath '//div[@class="row no-gutters mt-5"]' - | sed -e 's/<[^>]*>/ /g' | sed -e 's/&#13;//g' | sed '/^[[:space:]]*$/d' | sed -e 's/^[ \t]*//' | sed -e 's/ Koude suggestie.*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment