diff options
Diffstat (limited to 'scraper/mojeek.php')
| -rw-r--r-- | scraper/mojeek.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/mojeek.php b/scraper/mojeek.php index c15d34c..7c19ce6 100644 --- a/scraper/mojeek.php +++ b/scraper/mojeek.php @@ -457,7 +457,7 @@ class mojeek{ "tn" => 7, // number of news results/page "date" => 1, // show date "tlen" => 128, // max length of title - "dlen" => 511, // max length of description + //"dlen" => 511, // max length of description "arc" => ($country == "any" ? "none" : $country) // location. don't use autodetect! ]; |
