waybackpy
waybackpy copied to clipboard
Wayback Machine API interface & a command-line tool
**Is your feature request related to a problem? Please describe.** Methods near, oldest, newest return no matter what type of snapshot is available. This also includes redirects, which aren't that...
Resolves #174. There are before/after methods which gets the nearest snapshot before/after the given datetime.
**Is your feature request related to a problem? Please describe.** Currently there is the near() function, but there isn't any built-in way to choose whether you want something to be...
**Describe the bug** Using `WaybackMachineCDXServerAPI.newest` does not return the last snapshot, but some recent snapshot. For example for `https://openlayers.org/`, it returns a snapshot from `2022-06-16 17:20:36`, the latest snapshot (as...
Error returns 'Save Page Now limits saving 15 URLs per minutes. Try waiting for 5 minutes and then try again.' but does not specify how many minutes 15 URLs can...
Waybackpy has cdx which can check for archived content but there's the prospect of local checks. The demo at asci cinema archives everytime you run it - that's unecessary. During...
Tried the simple implementation but gives error ``` from waybackpy import WaybackMachineSaveAPI url = "google.com/" user_agent = "Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0" save_api = WaybackMachineSaveAPI(url, user_agent) save_api.save() save_api.timestamp()...
**Describe the bug** Sometimes wayback saving google ad or facebook/twitter plugin urls. If I tried to re-save again, sometimes it succeeded to save the real url, sometimes it returned previous...
Hello there, Thank you for this useful program. Could it be possible for you to add an `input-file` option in order to support bulk URL saving instead of current unitary...
Hello, thanks for the great project. I'm trying to figure out how to actually download the HTML source code of an archived webpage. [This used to be in the README](https://github.com/akamhy/waybackpy/commit/09b4ba264947ebdc8937224a78fe0cc08299d9f7#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R114),...