Update Readme
This commit is contained in:
parent
14d105740a
commit
f70a1b01cf
13
README.md
13
README.md
@ -1,4 +1,15 @@
|
|||||||
fullscrape
|
fullscrape
|
||||||
==========
|
==========
|
||||||
|
|
||||||
A Full Website Scraper
|
A Full Website Scraper
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
> fullscrape <url> <out-dir> [-d=depth] [-x]
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
> url: The url that you want to start the scrape at.
|
||||||
|
> out-dir: The output directory. If it doesn't exist, it will be created.
|
||||||
|
> d: The depth of the scrape. Defaults to no limit.
|
||||||
|
> x: Cross Domain scraping. This could get dangerous, the internet's a big place.
|
||||||
|
|
||||||
|
Sometime I may add the ability for fullscrape to automatically make non-relative links relative. Because that seems useful.
|
||||||
|
Loading…
Reference in New Issue
Block a user