Last active
November 1, 2016 12:31
-
-
Save mkroman/8c9497ecf4dd250007631bec8e5a21e4 to your computer and use it in GitHub Desktop.
Web scraper sitemaps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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