Skip to content

Instantly share code, notes, and snippets.

@deptno
Last active June 2, 2017 05:33
Show Gist options
  • Select an option

  • Save deptno/7d652050fdecaf6e91a4411b8f8f39a5 to your computer and use it in GitHub Desktop.

Select an option

Save deptno/7d652050fdecaf6e91a4411b8f8f39a5 to your computer and use it in GitHub Desktop.
wrdconfig.json sample
{
"sites": [{
"name": "Top Box Office (US)",
"url": "http://www.imdb.com/chart/boxoffice",
"stages": [{
"type": "list",
"selector": "#boxoffice .titleColumn a",
"attrs": {
"value": "href"
},
"message": "select movie",
"operation": {
"type": "next"
}
}, {
"type": "download",
"selector": ".poster img",
"attrs": {
"value": "src"
},
"prefixes": {
"doing": "[downloading] ",
"done": "[complete] ${0}"
},
"operation": {
"type": "prev"
}
}]
}],
"remoteConfigs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment