aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix it_gets_page_content testMariot Tsitoara2022-08-221-1/+1
|
* add(4plebs): Support for 4plebs is now addedLucas Burns2022-08-202-37/+98
| | | | | * Refactor: get_thread_infos => get_thread_info * Remove: --preserve-filenames until support is added
* add(flag): added a verbosity flag that will display debugging messagesLucas Burns2022-08-191-2/+52
|
* refactor(clap): Move from YAML to a builderLucas Burns2022-08-193-167/+257
| | | | | | * Used `rustfmt` on the project * Removed `lazy_static` in favor of `once_cell` (less dependencies) * Added `anyhow` for easier error handling
* Use concurrent downloadsv0.2.0Mariot Tsitoara2021-01-063-86/+129
|
* Limit runtime for reloadingMariot Tsitoara2021-01-042-20/+26
|
* Use bytes instead of text for image savingMariot Tsitoara2021-01-032-4/+4
|
* Add reload and sleep actionsMariot Tsitoara2021-01-032-22/+66
|
* Add log actions to lin and binMariot Tsitoara2021-01-022-6/+38
|
* Fix error result in let callMariot Tsitoara2021-01-021-4/+5
|
* Fix main return typeMariot Tsitoara2021-01-021-25/+29
|
* Use reqwest blocking clientMariot Tsitoara2021-01-023-20/+26
|
* Add lib examples to READMEMariot Tsitoara2021-01-021-1/+1
|
* Bump versionMariot Tsitoara2021-01-021-1/+1
|
* Add tests to libMariot Tsitoara2021-01-021-6/+58
|
* Bump versionMariot Tsitoara2021-01-021-1/+1
|
* Move calculations from lib to binMariot Tsitoara2021-01-022-71/+137
|
* Separate tool into lib and binMariot Tsitoara2021-01-023-19/+29
|
* Upgrade reqwest versionMariot Tsitoara2021-01-021-41/+37
|
* Update cli version code and author infoMariot Tsitoara2021-01-021-2/+2
|
* Remove unused tempdir callsMariot Tsitoara2021-01-021-7/+1
|
* Remove unnecessary parenthesesMariot Tsitoara2021-01-021-1/+1
|
* Add indicatif progress barMariot Tsitoara2019-07-271-11/+26
| | | | Remove println logs
* Format code using 'cargo fmt'Atul Bhosale2019-07-111-6/+13
|
* Change package name to chan-downloaderMariot Tsitoara2019-07-081-1/+1
|
* initial commitMariot Tsitoara2019-07-082-0/+104