Created
July 12, 2016 14:14
-
-
Save gylns/0e03e63fdcd20252a2872e5f60a7eeca to your computer and use it in GitHub Desktop.
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
{ | |
"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