Skip to content

Instantly share code, notes, and snippets.

@gylns
Created July 13, 2016 04:30

Revisions

  1. gylns created this gist Jul 13, 2016.
    10 changes: 10 additions & 0 deletions ac_WileyEbooks.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "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}"
    }