akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
462 stars 34 forks source link

now using requests lib as it handles errors nicely #42

Closed akamhy closed 3 years ago

akamhy commented 3 years ago

now completely dependent on requests library, see #37. urllib can't handle errors as nicely as requests and tricky redirects.

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (c919a6a) into master (ca51c14) will increase coverage by 4.56%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #42      +/-   ##
===========================================
+ Coverage   95.43%   100.00%   +4.56%     
===========================================
  Files           6         1       -5     
  Lines         307         3     -304     
===========================================
- Hits          293         3     -290     
+ Misses         14         0      -14     
Impacted Files Coverage Δ
waybackpy/__init__.py
waybackpy/__version__.py
waybackpy/cli.py

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca51c14...f89368f. Read the comment docs.