Skip to content

Instantly share code, notes, and snippets.

@FabianBeiner
Created December 14, 2020 10:01
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 FabianBeiner/a366f619eba5cdd2418fd0bbe12c15b5 to your computer and use it in GitHub Desktop.
Save FabianBeiner/a366f619eba5cdd2418fd0bbe12c15b5 to your computer and use it in GitHub Desktop.
Web Scraper (https://webscraper.io/) Sitemap for MyFitnessPal Measurements
{"_id":"myfitnesspal","startUrl":["https://www.myfitnesspal.com/de/measurements/edit"],"selectors":[{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"a.next_page","multiple":true,"delay":0},{"id":"data-row","type":"SelectorElement","parentSelectors":["_root","pagination"],"selector":"tbody tr","multiple":true,"delay":0},{"id":"date","type":"SelectorText","parentSelectors":["data-row"],"selector":"td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"value","type":"SelectorText","parentSelectors":["data-row"],"selector":"td:nth-of-type(3)","multiple":false,"regex":"","delay":0}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment