This website requires JavaScript.
Explore
Help
Register
Sign In
Benjamin_Loison
/
waybackpy
Watch
1
Star
0
Fork
0
You've already forked waybackpy
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
bae383b282592f6b18d11a4b44a50c30bd5c8d5f
waybackpy
/
waybackpy
History
eggplants
bae383b282
add: __download_url__
2022-02-03 20:27:00 +09:00
..
__init__.py
add: __download_url__
2022-02-03 20:27:00 +09:00
__version__.py
add: __download_url__
2022-02-03 20:27:00 +09:00
availability_api.py
updated tests for availability_api.py and also added max_tries(default value is 3) with delay (sleep) between successive API calls. The dealy actually improves the performace of the availability_api interface.
2022-01-23 15:05:10 +05:30
cdx_api.py
BUG FIX : forgot to use the endpoint from the instance and also assign payload to param. Bug caught by the flake8 in the CI tests.
2022-01-24 23:35:48 +05:30
cdx_snapshot.py
added tests for cdx_snapshot.py at tests/test_cdx_snapshot.py
2022-01-24 16:29:44 +05:30
cdx_utils.py
improve functions get_total_pages, get_response and lint check_filters, check_collapses and check_match_type
2022-01-24 22:57:20 +05:30
cli.py
waybackpy/cli.py : remove duplicate original_string from output_string in cdx
2022-01-30 21:02:25 +05:30
exceptions.py
created pytest.ini, added test for waybackpy/availability_api.py, new exceptions all of which inherit from the main WaybackError and created requirements-dev.txt
2022-01-23 01:29:07 +05:30
save_api.py
fix bug with the third matching case of the archive_url_parser, caught while writing more tests fo the save API interface.
2022-01-24 13:31:30 +05:30
utils.py
waybackpy/utils.py : Add a new function(latest_version_github) to fetch the latest release from github api and renamed latest_version to latest_version_pypi as now we have two functions to get the latest release.
2022-01-30 13:28:13 +05:30
wrapper.py
In waybackpy/wrapper.py set self.timestamp to None on init.
2022-01-29 22:12:02 +05:30