Created
July 13, 2016 04:30
-
-
Save gylns/0d1c2ab6bd2d2f5236a6200f19e7e7c3 to your computer and use it in GitHub Desktop.
This file contains 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 wiley ebooks", | |
"match": "^http://onlinelibrary\\.wiley\\.com/.*/pdf$", | |
"static": true, | |
"finder": "src=\"([^\"]*\\.pdf[^\"]*)\"", | |
"builder": "{1}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment