Commit Graph

34 Commits (59a8be493df70bfe575c52fde8eb73972bcfbf77)

Author SHA1 Message Date
Sunshine 59a8be493d
add support for working with local assets 4 years ago
Sunshine 0d1e21e9ad
add black box tests 4 years ago
Sunshine 3d2d40e7cd
add support for data URL targets 4 years ago
Sunshine 928664dc88
correct is_valid_url to is_http_url 4 years ago
Sunshine 727a5a410c
add option for custom network request timeout 4 years ago
rhysd 0e12cecd85 Revert "Merge pull request #106 from rhysd/proxy-support"
This reverts commit d8def879b2, reversing
changes made to a9d114d04d.
4 years ago
rhysd d47482fcd9 fix crash at setting empty values to HTTP proxies
with this patch `https_proxy=` and `http_proxy=` will work well.
4 years ago
rhysd b68624f2f3 support HTTP and HTTPS proxies (fix #103) 4 years ago
rhysd 4e4ebe9c98 refactor main to address several issues
Addressed issues:

- when specified URL is invalid, it exited successfully with doing
  nothing. There was no way why it does not work for users
- it exited successfully even if invalid User-Agent value is specified
- it created file twice on `--output` option specified. It may cause an
  issue when some file watcher (e.g. FsEvents on macOS) is watching

Improvements:
- handle errors with `Result::expect` consistently it correctly exits
  with non-zero status on error
- define `Output` enum for handling both stdout and file outputs
4 years ago
rhysd 6e99ad13e7 upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:

* Before

- **Compile targets**: 220
- **Build time**: `cargo build --release  1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes

* After

- **Compile targets**: 170
- **Build time**: `cargo build --release  1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes

* Differences

- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
4 years ago
rhysd 75fb6961ed migrate to Rust 2018 4 years ago
Sunshine bfb97bd062 add option for saving output to file 4 years ago
Emi Simpson 65d0eab793
Use a shared client initialized in main.rs 4 years ago
voila 1ff5e91087 Use HashMap as cache to minimize the number of HTTP requests (#75)
Use HashMap as cache to minimize the number of HTTP requests
5 years ago
robatipoor 2e48ea90e1 move argument parser section to args mod 5 years ago
Sunshine 0896f2e214 Properly handle 30x redirects 5 years ago
Vincent Flyson 3948ea3aa0 Improve code structure 5 years ago
Vincent Flyson eec05767cf Add support for poster attribute 5 years ago
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 5 years ago
Vincent Flyson 02b717ae54 Add flag to ignore errors related to TLS certificates 5 years ago
Vincent Flyson 2b96f9a32a Add flag for silent mode 5 years ago
Vincent Flyson d8d6437a15
Merge branch 'master' into author-robatipoor 5 years ago
Vincent Flyson c34d77d5d8 Revamp resolve_url() and improve code format 5 years ago
Vincent Flyson 2be5b1c235 Add support for iframes 5 years ago
Vincent Flyson 13429e32d3 Allow HTTP redirects and preserve email links 5 years ago
Vincent Flyson d3497b5db1
Merge branch 'master' into author-robatipoor 5 years ago
Vincent Flyson 7e298b0b02 Add -u flag for custom User-Agent 5 years ago
Vincent Flyson 7b326ee9f5 Add robatipoor to list of authors 5 years ago
mahdi 14e9e6facc cargo clippy 5 years ago
Vincent Flyson 54fdd890f9 Parse Cargo.toml for strings 5 years ago
Vincent Flyson fde715a27e Increase request timeout to 10 seconds 5 years ago
Vincent Flyson a891782ce4 Add option to exclude images 5 years ago
Vincent Flyson ffa60a0ce2 Convert action attribute to full URL for FORM tags 5 years ago
Vincent Flyson 143c396c71 Rewrite program in Rust 5 years ago