diff options
| -rw-r--r-- | README.mdwn | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/README.mdwn b/README.mdwn index 6098728..0d7b038 100644 --- a/README.mdwn +++ b/README.mdwn @@ -1,5 +1,5 @@ -Feed Crawler -============ +HTTRUTA Feed Crawler Project +============================  Download all links from a feed using httrack. This is the engine behind the  "Cache" feature used by https://links.sarava.org Semantic Scuttle instance. @@ -9,11 +9,10 @@ Usage  Place this script somewhere and setup a cronjob like this: -`*/5 * * * * /var/sites/arquivo/httracker/httracker &> /dev/null` +`*/5 * * * * /var/sites/arquivo/httruta/httracker &> /dev/null`  TODO  ----  - Include all sites already donwloaded by scuttler.  - Support for other fetchers like youtube-dl and quvi. -- Rename project and repository to "httruta". | 
