Skip to content

Instantly share code, notes, and snippets.

View kaungmyathtut131989-afk's full-sized avatar

kaungmyathtut131989-afk

View GitHub Profile
@kaungmyathtut131989-afk
kaungmyathtut131989-afk / getwileydoi.sh
Created April 27, 2026 04:57 — forked from blahah/getwileydoi.sh
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