one can even make a get_pdf_by_doi() by employing curl and sci-hub
get_pdf_by_doi(){ wget --recursive --span-hosts --no-directories --accept '*.pdf' --quiet --execute robots=off https://sci-hub.tw/${1} ;}