Skip to content

Instantly share code, notes, and snippets.

@Silvenga
Created November 17, 2017 20:39
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 Silvenga/6537018ac2da1ff761129277b30c1452 to your computer and use it in GitHub Desktop.
Save Silvenga/6537018ac2da1ff761129277b30c1452 to your computer and use it in GitHub Desktop.
{
"expected_update_period_in_days": "14",
"url": "https://billing.dacentec.com/hostbill/index.php?/cart/dedicated-servers/",
"type": "html",
"mode": "on_change",
"extract": {
"Title": {
"css": "tbody > tr th:nth-child(1)",
"value": "normalize-space(.)"
},
"RAM": {
"css": "tbody > tr th:nth-child(2)",
"value": "normalize-space(.)"
},
"STORAGE": {
"css": "tbody > tr th:nth-child(3)",
"value": "normalize-space(.)"
},
"COST": {
"css": "tbody > tr th:nth-child(5)",
"value": "normalize-space(.)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment