Unclaimed project
Are you a maintainer of suckit? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
suckit
Suck the InTernet
Back to changelogNew features
- You can visit subdomains and limit how deep you want to go inside them using
--ext-depth
- Now you can include or excludes pages to visit with
--include-visit and --exclude-visit instead of including or excluding pages to download
--visit-filter-is-download-filter can be used to use the same regex for both visiting and downloading pages
- Updated dependencies
Breaking changes
Some options changed names:
--include -> --include-download
--exclude -> --exclude-download
Bug fixes
- Charset detection was not working when surrounded with single quotes
- Some symlinks where broken and/or outside of the specified output directory
What's Changed
- Lib bin initial by @pinkforest in https://github.com/Skallwar/suckit/pull/141
- Introduces external depth (#74) & a few fixes (incl. #69) by @marchellodev in https://github.com/Skallwar/suckit/pull/146
Fix with single quotes by @lhvy in https://github.com/Skallwar/suckit/pull/152Fix clippy warnings and add clippy ci check by @Skallwar in https://github.com/Skallwar/suckit/pull/168Filter links before downloading / adding to the queue by @raphCode in https://github.com/Skallwar/suckit/pull/175Fix symlinks (relative link, argument order, folder creation) by @raphCode in https://github.com/Skallwar/suckit/pull/182misc: Fix all clippy warnings by @Skallwar in https://github.com/Skallwar/suckit/pull/186misc: Update dependencies in Cargo.lock by @Skallwar in https://github.com/Skallwar/suckit/pull/187ci: Add riscv64 and aarch64 for release by @Skallwar in https://github.com/Skallwar/suckit/pull/185misc: Prepare for release by @Skallwar in https://github.com/Skallwar/suckit/pull/188New Contributors
- @marchellodev made their first contribution in https://github.com/Skallwar/suckit/pull/146
- @lhvy made their first contribution in https://github.com/Skallwar/suckit/pull/152
- @raphCode made their first contribution in https://github.com/Skallwar/suckit/pull/175
Full Changelog: https://github.com/Skallwar/suckit/compare/v0.1.2...v0.2.0