Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Archive a URL in Internet Archive's Wayback Machine.

License

Notifications You must be signed in to change notification settings

OpenBookPublishers/archiveurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

archiveurl

Archive a URL in Internet Archive's Wayback Machine.

Usage

Multiple URLs (one per line) can be provided, e.g. piping: 'cat urls.txt | archiveurl'

You may use this script together with "[geturls]"1 to automatically archive all links insed a web page, e.g. 'geturls https://www.openbookpublishers.com/htmlreader/978-1-78374-323-0/main.html | archiveurl'

You may specify a list of URLs that should not be archived, either using the def ault file './exceptions.txt' or through env vars: export EXCEPTION_FILE=/path.