ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.1k stars 777 forks source link

PDF retrieval #97

Open nescravana opened 6 years ago

nescravana commented 6 years ago

When the title link is not a PDF (self.article['url'].endswith('.pdf') is false), could the url_pdf be retireved from the gs_ggsd class?