mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
* Add a random delay of 2 - 7 seconds between downloads * Add command line args for delay and move delay to method * Ignore .idea folder * Update test for scraper to work with new low and high arguments * Add a comment * Remove unnecessary `&` for method call to self * Rename `low` and `high` to `--delay` and `--random-range` * Test different values for new arguments * rename variable for consistency Co-authored-by: Esteban Blanc <estblcsk@gmail.com> * change help for clarity purposes Co-authored-by: Esteban Blanc <estblcsk@gmail.com> * Some whitespace Co-authored-by: CohenArthur <arthur.cohen@epita.fr> * Some whitespace Co-authored-by: CohenArthur <arthur.cohen@epita.fr> * rename variable for consistency Co-authored-by: Esteban Blanc <estblcsk@gmail.com> * Fix variable names Co-authored-by: Esteban Blanc <estblcsk@gmail.com> Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
9 lines
67 B
Plaintext
9 lines
67 B
Plaintext
# Cargo directories
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Ignore tags
|
|
tags
|
|
|
|
.idea/
|