Commit Graph

209 Commits

Author SHA1 Message Date
Simone Mosciatti ef3684025b move to use http instead of https 2022-09-11 14:30:44 -04:00
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.
2022-09-11 14:30:44 -04:00
Sunshine 89ce5029b9
add option to blacklist/whitelist domains 2022-09-01 13:35:52 -10:00
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
2022-08-06 19:07:39 -10:00
Sunshine 68a1531a11
Update packages (#313)
update dependencies
2022-08-06 18:21:53 -10:00
Sunshine 1b353d0b46
include unsafe-eval origin for isolated documents 2021-12-05 20:09:26 -10:00
Sunshine 900dd8d163
offload percent decoding to percent-encoding crate 2021-10-17 22:26:11 -10:00
Sunshine 2cc1870033
get rid of macros, move tests out of src 2021-10-16 21:16:37 -10:00
Sunshine eeaea0df16
fix use of wrong charset 2021-07-02 21:35:06 -10:00
Sunshine 4bc8043f0f
account for charset when creating data URLs 2021-06-08 12:54:16 -10:00
Sunshine 5effa38392
use proper charset detection for linked assets 2021-06-08 12:25:19 -10:00
Sunshine 125aeeec3b
improve validation of charset found in HTML, use genuinely infinite timeout 2021-06-08 11:50:46 -10:00
Sunshine c938ba6a2f
modify proper attribute for (i)frame elements 2021-06-08 04:49:14 -10:00
Sunshine 7686b2ea64
avoid excessive parsing of HTML into DOM 2021-06-08 03:57:28 -10:00
Sunshine b29b9a6a7c
add option for saving document using custom encoding 2021-06-08 03:39:27 -10:00
Sunshine b8aa545e8c
add support for wider range of charsets 2021-06-08 02:30:15 -10:00
Sunshine 6e6a60b305
Merge branch 'master' into more-tests-fixes-and-improvements 2021-06-02 04:01:41 -10:00
Sunshine 5db19d1a3e
update dependencies 2021-06-02 03:58:28 -10:00
Sunshine a6e891b3c5
add more tests 2021-06-02 03:41:41 -10:00
Sunshine 2369a4dd3c
remove optional trailing space from CSS idents 2021-05-28 12:03:19 -10:00
Sunshine a308a20411
simplify code of CLI tests 2021-03-15 20:10:50 -10:00
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 2021-03-14 19:42:57 -10:00
Sunshine 6f918f6c1c
make possible to unwrap NOSCRIPT nodes 2021-03-11 18:18:39 -10:00
Sunshine 2e86ee67a5
revamp codebase 2021-03-11 14:15:18 -10:00
Sunshine 325688acf5
add test for alternate stylesheets 2021-03-09 01:48:41 -10:00
Sunshine 11207d49d2
embed alternate stylesheets 2021-03-09 01:46:15 -10:00
Sunshine 385301bf16
clean up unused code 2021-02-23 23:39:51 -10:00
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 2021-02-23 23:38:03 -10:00
Sunshine e0273c664a
forcefully set document's charset to UTF-8 2021-02-23 23:35:35 -10:00
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
2021-02-22 20:13:26 -10:00
Sunshine ae9d78a891
process contents of NOSCRIPT tags 2021-02-22 19:42:39 -10:00
Sunshine 0f55fb3c49
Merge pull request #243 from snshn/fix-embedding-picture-srcset
Fix embedding of srcset assets for PICTURE nodes
2021-02-22 16:27:22 -10:00
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 2021-02-22 16:21:12 -10:00
Sunshine 9a27c6c5ee
add color to asset download log 2021-01-29 20:24:35 -10:00
Sunshine 2e1462a953
add test for stdin pipe 2020-12-31 14:38:31 -10:00
Sunshine 4fa2eda983
make it possible to specify an empty user-agent string 2020-12-31 12:57:22 -10:00
Sunshine ab6fed6d1f
Merge pull request #231 from snshn/fix-srcset
Fix srcset parsing
2020-12-25 22:07:45 -10:00
Sunshine 614a518475
fix srcset parsing 2020-12-25 21:56:40 -10:00
Sunshine 870a4b150e
make possible to use stdin as input method 2020-12-25 21:23:29 -10:00
Sunshine 4ba4285b6b
add support for embedding video and audio files 2020-12-25 16:49:43 -10:00
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 2020-12-25 14:24:52 -10:00
Sunshine d89b4d5f5b
refactor code that processes the DOM 2020-12-25 11:09:47 -10:00
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 2020-12-24 18:38:44 -10:00
Sunshine 38a6f963ad
account for network errors, add option to ignore them 2020-11-22 16:49:26 -10:00
zfhrp a296531b3f remove unused import opts::Options; 2020-11-01 23:04:08 +09:00
Sunshine 1d6392cb28
implement support for BASE tag 2020-08-01 02:35:07 -04:00
Sunshine 03cdc0e0b2
Merge pull request #201 from snshn/refactor-and-version-bump
Refactor and version bump
2020-07-14 03:51:31 -04:00
Sunshine 73c35eaccb
treat minus for output target file path as stdout 2020-07-14 03:35:59 -04:00
Sunshine 90f7c3a0d0
alphabetical order for function names 2020-07-14 03:27:52 -04:00
Sunshine 09d41d2cf1
automatically obtain favicon.ico 2020-07-14 02:58:29 -04:00