Add all langs to the example on README

This commit is contained in:
Bofh 2020-11-19 22:42:43 +01:00
parent d96ef87775
commit 5e54fded30
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@ This scripts can also be **called into a cron job** directly
./x/blist-add-alldomain google.com # block entire google.com domain ./x/blist-add-alldomain google.com # block entire google.com domain
./x/blist-add-domainonly www.google.es # block only the given domain/subdomain ./x/blist-add-domainonly www.google.es # block only the given domain/subdomain
./x/clear-rejected-urls # clear all rejected URLS ./x/clear-rejected-urls # clear all rejected URLS
./x/purge-by-lang fr # purge all URLs by the given language code
./x/purge-by-lang de ########## ALL lang codes: ar bg ca cz da de el en es eu fa fi fr ga gl hi hu hy id it ja lv nl no pt ro ru sv th tr
./x/purge-by-lang ru ./x/purge-by-lang fr # purge all URLs by the given language code (example: france)
./x/purge-by-regex amazon.com # purges all URLs that contains the given string in the DOMAIN part of the URL ./x/purge-by-regex amazon.com # purges all URLs that contains the given string in the DOMAIN part of the URL
./x/terminate-all # terminate all crawling tasks right now! (starts different crawling jobs if Auto-Crawl is ON) ./x/terminate-all # terminate all crawling tasks right now! (starts different crawling jobs if Auto-Crawl is ON)
``` ```