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
5e0ea023e61d0a36f348d69435dbd6b78a9063a2
waybackpy
/
waybackpy
History
Akash Mahanty
5e0ea023e6
update CLI help text
2022-01-26 16:23:24 +05:30
..
__init__.py
Create separate module for the 3 different APIs also CDX is now CLI supported.
2022-01-02 14:14:45 +05:30
__version__.py
3.0.1 -- > 3.0.2, for condaforge staged-recipes issues
2022-01-26 01:54:58 +05:30
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
update CLI help text
2022-01-26 16:23:24 +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
added tests for utils.py at tests/test_utils.py also changed a keyword argument from headers to user_agent for latest_version of utils.py with the usual default vaule.
2022-01-24 17:50:36 +05:30
wrapper.py
update the older deprecation not for Url class, the newer date is now 2025 instead of 2024.
2022-01-24 23:15:59 +05:30