Skip to content

Instantly share code, notes, and snippets.

@jeremyis
Created October 25, 2014 19:38
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 jeremyis/6f6385c97f8176d1846f to your computer and use it in GitHub Desktop.
Save jeremyis/6f6385c97f8176d1846f to your computer and use it in GitHub Desktop.
CBS Sports Picks Scraper Json
{"selectors":[{"parentSelectors":["_root"],"type":"SelectorElement","multiple":true,"id":"li.pickContainer","selector":"li.pickContainer","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Away Pick Percentage","selector":"a.awayTeamSelection span:nth-child(1)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Away","selector":"a.awayTeamSelection span:nth-child(2)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Home Pick Percentage","selector":"a.homeTeamSelection span:nth-child(2)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Home Team","selector":"a.homeTeamSelection span:nth-child(1)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Spread","selector":".spreadInfo","regex":"","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Details","selector":".gamePreview","regex":"","delay":""}],"startUrl":"http://rwsp.football.cbssports.com/office-pool/make-picks","_id":"cbspicks2"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment