Hacker News new | ask | show | jobs
by sulandor 696 days ago
doi is indeed very nice

one can even make a get_pdf_by_doi() by employing curl and sci-hub

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} ;}