https://github.com/buren/sendto-internet-archive
Send URLs to archive.org from URL, URL list or sitemap.xml
https://github.com/buren/sendto-internet-archive
Last synced: 3 months ago
JSON representation
Send URLs to archive.org from URL, URL list or sitemap.xml
- Host: GitHub
- URL: https://github.com/buren/sendto-internet-archive
- Owner: buren
- License: mit
- Created: 2014-04-25T10:21:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T14:52:04.000Z (over 3 years ago)
- Last Synced: 2025-01-20T04:19:00.725Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sendto-internet-archive
Send URLs to archive.org from URL, URL list or /sitemap.xml.## Usage
```bash
# Send one URL to Internet Archive
$ phantomjs archive.js https://www.example.com/# Archive all URLs listed in a local file (one URL on each line)
$ phantomjs archive.js file# Archive all URLs present in /sitemap.xml
$ phantomjs archive.js https://www.example.com/ sitemap
```
View domain archive: https://web.archive.org/web/*/http://example.com## Note
Currently the script crashes when reaching ~100 URLs.Bug described in https://github.com/ariya/phantomjs/issues/10560.
## License
[MIT License](https://github.com/buren/sendto-internet-archive/blob/master/LICENSE)