Skip to content

Instantly share code, notes, and snippets.

@mkroman
Last active November 1, 2016 12:31
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 mkroman/8c9497ecf4dd250007631bec8e5a21e4 to your computer and use it in GitHub Desktop.
Save mkroman/8c9497ecf4dd250007631bec8e5a21e4 to your computer and use it in GitHub Desktop.
Web scraper sitemaps
{"startUrl":"https://en.wikipedia.org/wiki/List_of_PlayStation_games","selectors":[{"parentSelectors":["_root"],"type":"SelectorElement","multiple":true,"id":"entry","selector":"table.wikitable tbody tr","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"title","selector":"td:nth-of-type(1)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"developer","selector":"td:nth-of-type(2)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"publisher","selector":"td:nth-of-type(3)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"japan-release-date","selector":"td:nth-of-type(4) span:nth-of-type(2)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"europe-release-date","selector":"td:nth-of-type(5) span:nth-of-type(2)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"na-release-date","selector":"td:nth-of-type(6) span:nth-of-type(2)","regex":"","delay":""}],"_id":"list-of-playstation-games"}
{"startUrl":"http://videoeta.com/blu-ray/?monthly=1&interval=0&sort=1&view=1&genre=featured","selectors":[{"parentSelectors":["_root"],"type":"SelectorElement","multiple":false,"id":"content","selector":"div.grid_11","delay":""},{"parentSelectors":["content","pagination"],"type":"SelectorText","multiple":false,"id":"title","selector":"h1","regex":"","delay":""},{"parentSelectors":["content","pagination"],"type":"SelectorText","multiple":false,"id":"subtitle","selector":"h4","regex":"","delay":""},{"parentSelectors":["content","pagination"],"type":"SelectorElement","multiple":false,"id":"list","selector":"tbody","delay":""},{"parentSelectors":["list"],"type":"SelectorElement","multiple":true,"id":"entry","selector":"tr:nth-of-type(n+2)","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"date","selector":"td.date","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorLink","multiple":false,"id":"movie-title","selector":"td:nth-of-type(2) a","delay":""},{"parentSelectors":["entry"],"type":"SelectorHTML","multiple":false,"id":"stars","selector":"td:nth-of-type(3)","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"box-office","selector":"td.num","regex":"","delay":""},{"parentSelectors":["content"],"type":"SelectorLink","multiple":true,"id":"pagination","selector":"ul.month-buttons.above a","delay":""}],"_id":"video-eta-monthly-bluray"}
{"startUrl":"https://whispersystems.org/bigbrother/","selectors":[{"parentSelectors":["_root"],"type":"SelectorElement","multiple":true,"id":"entry","selector":"div.posts div.row","delay":""},{"parentSelectors":["entry"],"type":"SelectorLink","multiple":false,"id":"title","selector":"h2.post-title a","delay":""},{"parentSelectors":["entry"],"type":"SelectorText","multiple":false,"id":"date","selector":"h3.post-subtitle","regex":"","delay":""},{"parentSelectors":["entry"],"type":"SelectorGroup","id":"summary","selector":"p","delay":"","extractAttribute":"summary"}],"_id":"whispersystems-subpoenas"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment