Commit Graph

216 Commits (master)

Author SHA1 Message Date
Viktor Szépe 6798cad2b2 Fix typos 1 month ago
Sunshine f7e5527432 upgrade html5ever to 0.26.0 4 months ago
Sunshine 727eae2e35 get rid of warnings related to new API of base64 crate 4 months ago
Sunshine 81b304c558 optimize code 4 months ago
Sunshine 78c37958dc add support for using cookie file 4 months ago
Sunshine c1edde9b3e refine CLI API for white/black-listing of domains 2 years 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 89ce5029b9
add option to blacklist/whitelist domains 2 years ago
Sunshine 0df8613789
Rewrite part of function retrieve_asset, include support for brotli and deflate (#312)
do not crash the app if reqwest throws, add support for deflate & brotli
2 years ago
Sunshine 68a1531a11
Update packages (#313)
update dependencies
2 years ago
Sunshine 1b353d0b46
include unsafe-eval origin for isolated documents 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 5effa38392
use proper charset detection for linked assets 3 years ago
Sunshine 125aeeec3b
improve validation of charset found in HTML, use genuinely infinite timeout 3 years ago
Sunshine c938ba6a2f
modify proper attribute for (i)frame elements 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 6e6a60b305
Merge branch 'master' into more-tests-fixes-and-improvements 3 years ago
Sunshine 5db19d1a3e
update dependencies 3 years ago
Sunshine a6e891b3c5
add more tests 3 years ago
Sunshine 2369a4dd3c
remove optional trailing space from CSS idents 3 years ago
Sunshine a308a20411
simplify code of CLI tests 3 years ago
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 3 years ago
Sunshine 6f918f6c1c
make possible to unwrap NOSCRIPT nodes 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 325688acf5
add test for alternate stylesheets 3 years ago
Sunshine 11207d49d2
embed alternate stylesheets 3 years ago
Sunshine 385301bf16
clean up unused code 3 years ago
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 3 years ago
Sunshine e0273c664a
forcefully set document's charset to UTF-8 3 years ago
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
3 years ago
Sunshine ae9d78a891
process contents of NOSCRIPT tags 3 years ago
Sunshine 0f55fb3c49
Merge pull request #243 from snshn/fix-embedding-picture-srcset
Fix embedding of srcset assets for PICTURE nodes
3 years ago
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 3 years ago
Sunshine 9a27c6c5ee
add color to asset download log 3 years ago
Sunshine 2e1462a953
add test for stdin pipe 3 years ago
Sunshine 4fa2eda983
make it possible to specify an empty user-agent string 3 years ago
Sunshine ab6fed6d1f
Merge pull request #231 from snshn/fix-srcset
Fix srcset parsing
3 years ago
Sunshine 614a518475
fix srcset parsing 3 years ago
Sunshine 870a4b150e
make possible to use stdin as input method 3 years ago
Sunshine 4ba4285b6b
add support for embedding video and audio files 3 years ago
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 3 years ago
Sunshine d89b4d5f5b
refactor code that processes the DOM 3 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 3 years ago