Hacker News new | ask | show | jobs
by abrichr 695 days ago
https://gist.github.com/abrichr/455f0e569bf1bd104c696a7ad9e6...
1 comments

you got the idea

   get_pdf_by_doi(){ wget --recursive --span-hosts --no-directories --accept '*.pdf' --quiet --execute robots=off https://sci-hub.tw/${1} ;}