billgreenwald / Pubmed-Batch-Download

Batch download articles based on PMID (Pubmed ID)
MIT License
110 stars 45 forks source link

Error with Physiology Free articles #15

Open OgnjenMilicevic opened 5 years ago

OgnjenMilicevic commented 5 years ago

When fetching the physiology articles, I get:

python fetch_pdfs.py -pmid 11045978 Trying to fetch pmid 11045978 Trying genericCitationLabelled Trying pubmed_central_v2 Trying acsPublications Trying uchicagoPress Trying nejm Trying futureMedicine ** fetching reprint using the 'future medicine' finder... ** fetching of reprint 11045978 failed from error HTTPSConnectionPool(host='www.physiology.orghttps', port=443): Max retries exceeded with url: //www.physiology.org/doi/pdf/10.1152/ajpheart.2000.279.5.H2405 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10e25a588>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))

This happens for virtually or their papers. Can you help?

Thanks!