Skip to content

Commit 4163d11

Browse files
authored
Update README with usage example
1 parent f236883 commit 4163d11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ AFHScraper V2.0.0 and later can take positional arguements and run like a CLI to
6767

6868
This can be used to automate downloads. It also lets the user to specify an output directory unlike the interactive mode.
6969

70+
For example, to download the first 20 most popular files each from "twrp" and "lineage" searches with 5 threads from a USA server with DEBUG level outputs:
71+
72+
python AFHscraper.py -s "twrp,lineage" --sort popular -n 20 -t 5 -m usa -l DEBUG
73+
And so on.
74+
7075
### Extras
7176

7277
Enjoy my work? Please consider a small donation!

0 commit comments

Comments
 (0)