Skip to content

Instantly share code, notes, and snippets.

@gylns
Created July 12, 2016 14:14
Show Gist options
  • Save gylns/0e03e63fdcd20252a2872e5f60a7eeca to your computer and use it in GitHub Desktop.
Save gylns/0e03e63fdcd20252a2872e5f60a7eeca to your computer and use it in GitHub Desktop.
{
"type": "resolver",
"ns": "nonymous",
"author": "gyl",
"prefix": "batch downloader for International Press",
"match": "^http://intlpress\\.com/.*/body\\.html",
"static": true,
"finder": "href=\"(.+pdf)\"",
"builder": "{1}"
}
{
"type": "redirector",
"ns": "nonymous",
"author": "gyl",
"prefix": "index redirect to body for International Press",
"match": "http://intlpress\\.com/.*/index\\.html",
"static": true,
"pattern": "index\\.html",
"replacement": "body.html"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment