Tishacy / SciDownl

An unofficial api for downloading papers from SciHub via DOI, PMID, title
MIT License
206 stars 43 forks source link

How to get the download link? #19

Open monk1337 opened 2 years ago

monk1337 commented 2 years ago

Thank you for this awesome tool, I am trying to get the download URL rather than saving the pdf to a folder.

from scidownl import scihub_download
paper = '32467232'
paper_type = "pmid"
out = "./paper/one_paper.pdf"
scihub_download(paper, paper_type=paper_type, out=out)

How to get the download link here?