akamhy / waybackpy

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

known urls now yileds, more reliable. And save the file in chucks wrt… #88

Closed akamhy closed 3 years ago

akamhy commented 3 years ago

… to response. --file arg can be used to create output file, if --file not used no output will be saved in any file.

closes #79

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 (7c0e53e) into master (a3bc6aa) will decrease coverage by 1.89%. The diff coverage is 82.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   93.96%   92.07%   -1.90%     
==========================================
  Files           8        8              
  Lines         547      555       +8     
==========================================
- Hits          514      511       -3     
- Misses         33       44      +11     
Impacted Files Coverage Δ
waybackpy/wrapper.py 87.82% <66.66%> (-5.28%) :arrow_down:
waybackpy/cli.py 94.44% <85.71%> (-2.64%) :arrow_down:

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 a3bc6aa...7c0e53e. Read the comment docs.