Skip to content

Instantly share code, notes, and snippets.

@blahah
Created May 19, 2016 04:48
Show Gist options
  • Save blahah/13959fcae4703e869bd4084d815ef340 to your computer and use it in GitHub Desktop.
Save blahah/13959fcae4703e869bd4084d815ef340 to your computer and use it in GitHub Desktop.
download a wiley PDF by DOI
#!/bin/sh
wget \
--header "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36" \
--verbose \
--save-cookies cookies.txt \
--keep-session-cookies \
--content-disposition \
http://onlinelibrary.wiley.com/doi/$1/pdf \
-O `echo "$1" | tr '/' '☍'`.pdf
sleep 1
@Omelezz
Copy link

Omelezz commented Apr 14, 2024

10.1002/jmri.28794

@Thephysicist54
Copy link

@GurappaG
Copy link

@MusashiXIII
Copy link

10.1111/cup.14395

@imut13579
Copy link

10.1111/corg.12446

@FellipeSB
Copy link

@shilohfx05
Copy link

10.1111/twec.13353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment