Commit Graph

75 Commits (master)

Author SHA1 Message Date
Sunshine 87eb197e33 do not indent links based on depth in the output 2 days ago
Sunshine f7e5527432 upgrade html5ever to 0.26.0 4 months ago
Sunshine 78c37958dc add support for using cookie file 4 months ago
Sunshine 8fc0fc155f parse XML documents, save non-HTML and non-XML targets unparsed 2 years ago
Simone Mosciatti ef3684025b move to use http instead of https 2 years ago
Simone Mosciatti db7ee697b3 rewrite small part of the input argument handling
the commit rewrite a small part of the input argument handling, trying
to follow besr rust practices.
We get rid of a variable and of a mutable reference while keeping the
code a bit more coincise.
2 years ago
Sunshine 900dd8d163
offload percent decoding to percent-encoding crate 3 years ago
Sunshine 2cc1870033
get rid of macros, move tests out of src 3 years ago
Sunshine eeaea0df16
fix use of wrong charset 3 years ago
Sunshine 4bc8043f0f
account for charset when creating data URLs 3 years ago
Sunshine 125aeeec3b
improve validation of charset found in HTML, use genuinely infinite timeout 3 years ago
Sunshine 7686b2ea64
avoid excessive parsing of HTML into DOM 3 years ago
Sunshine b29b9a6a7c
add option for saving document using custom encoding 3 years ago
Sunshine b8aa545e8c
add support for wider range of charsets 3 years ago
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 4fa2eda983
make it possible to specify an empty user-agent string 3 years ago
Sunshine 870a4b150e
make possible to use stdin as input method 3 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 3 years ago
Sunshine 38a6f963ad
account for network errors, add option to ignore them 4 years ago
Sunshine 1d6392cb28
implement support for BASE tag 4 years ago
Sunshine 73c35eaccb
treat minus for output target file path as stdout 4 years ago
Sunshine 09d41d2cf1
automatically obtain favicon.ico 4 years ago
Sunshine bc98aca2a2
indent items in retrieval log to form a tree-like structure 4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 2ac964fae5
include font-src into CSP 4 years ago
Sunshine 0347fd3985
move metadata tag code into a function 4 years ago
Sunshine 5c229c51da
move functions related to URL manipulation into url.rs 4 years ago
Sunshine f9aac6f41b
update crates 4 years ago
Sunshine 4e31d0433e
only attempt to remove credentals from HTTP(S) URLs 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine c4569343a4
improve metadata comments 4 years ago
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 4 years ago
Sunshine 9b40dbbf27
add option to exclude web fonts 4 years ago
Sunshine 594ad55bd8
improve data URL media type detection 4 years ago
Sunshine 875481b9a2
update help dialog 4 years ago
Sunshine 4951fea730
implement full CSS parsing 4 years ago
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
Emi Simpson 05985583f0
Switch timestamps from rfc822 local time to iso8601 UTC 4 years ago
Emi Simpson 651fa716b4
Clean user, pass, and fragment from URL before writing 4 years ago
Emi Simpson 9be3982dc6
Added --no-context flag to disable adding context comment 4 years ago
Emi Simpson 27c9fb4cd3
Added comment indicating the context under which the page was downloaded 4 years ago