Wayback Machine API
This functions acts as an API for the Wayback Machine (web.archive.org).
With this function you can download captures to the Internet Archive (archive.org) that matches a date pattern. If the current time matches the pattern and there is no valid capture, a capture will be generated.
This code enables you to use a specific web page in your processing, without the need to check if the page has changed its structure or is not available at all.
You can redirect warnings, displayed messages and the contents of an error message to a GUI element or log file.
This function should work on most releases of Matlab and GNU Octave, as well as most operating systems. Not all options are supported on every release/OS. See the HTML documentation for the full test matrix.
A counter has been added. This stores the number of calls to archive.org in a file. Please consider donating $1 for every 5000 page requests to offset the operating costs of the Wayback Machine. There will not be any prompt reminding you of this request. For most standard configurations the counter should be shared between all instances of Matlab and Octave running under the a single user.
For non-text captures (images, javascript, CSS files, etc), the flags can be used (see the help text for details).
At some point (probably midway 2019), it became possible that this script would download a file that looks as if it was a capture, while it actually was a copy of the live page (without a save being triggered). The reason behind this is some change in how archive.org handles requests, although it is not clear to me what this change is. An attempt is being made to prevent this and trigger a save explicitly.
The date-time pattern of the Wayback Machine is in UTC. A switch is included that allows to provide the pattern in local time. The pattern is parsed to an upper and lower bound, which are then shifted by the difference between UTC and the local time.
Licence: CC by-nc-sa 4.0
Cite As
Rik (2023). Wayback Machine API (https://github.com/thrynae/WBM/releases/tag/v4.0.1), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
4.0.1.0 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/v4.0.1 |
||
4.0.0 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/v4.0.0 |
||
3.1.0 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/v3.1.0 |
||
3.0.0 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/v3.0.0 |
||
2.0.0 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/v2.0.0 |
||
1.6 | See release notes for this release on GitHub: https://github.com/thrynae/WBM/releases/tag/1.6 |
||
1.5.0.1 | uploaded wrong file |
||
1.5.0.0 | more input options, much better robustness (including handling of changes in archive.org), and updated dependencies |
||
1.4.0.0 | test function is now included, new input parsing, more robust method for file reading, and minor tweaks |
||
1.3.0.0 | small bugfixes |
||
1.2.0.0 | minor improvements
|
||
1.1.0.0 | Connection check failed on Ubuntu; this is now fixed |
||
1.0.0.0 |