8 releases
new 0.4.5 | Nov 25, 2024 |
---|---|
0.4.4 | Nov 25, 2024 |
0.4.2 | Aug 8, 2024 |
0.4.1 | Jun 17, 2024 |
0.2.0 | Mar 27, 2024 |
#172 in Compression
223 downloads per month
48KB
596 lines
Archive PDF URLs
This command-line tool extracts URLs from a PDF file and archives them using the Wayback Machine.
Installation
You can build and install the tool using Cargo:
cargo install archive-pdf-urls
Usage
The tool reads URLs from standard input, one URL per line, and archives them using the Wayback Machine.
Example usage:
archive-pdf-urls file.pdf --exclude https://some.pattern/\*
Docker usage
docker run --rm -v ./file.pdf:/file.pdf ghcr.io/thoth-pub/archive-pdf-urls file.pdf
Dependencies
~24–38MB
~519K SLoC