You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing 403 forbidden in `test_openaccess_scraper` (#92)
* Added search_pdf_link, with test
* Integrated search_pdf_link into lib
* Fully mocked openaccess scraper since we get 403's in CI
* Fixing test_link2_to_pdf_that_can_raise_403 by also capturing ClientResponseError
Created a scaper that does not rely on S2 (#47)
* Version increment
* Update test_paperscraper.py
* Completed removal of S2
* missed a break
* Update paperscraper/lib.py
Co-authored-by: James Braza <jamesbraza@gmail.com>
* Update tests/test_paperscraper.py
Co-authored-by: James Braza <jamesbraza@gmail.com>
* Addressed PR Review part 1
* Reverting to avoid pytest dependency
* pre-commit
---------
Co-authored-by: James Braza <jamesbraza@gmail.com>