diff options
| author | Zhijie He <hezhijie0327@hotmail.com> | 2025-03-02 11:18:30 +0800 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-03-02 13:31:31 +0100 |
| commit | 76f52b5b45a08776ad09e9b670a80635ab303c96 (patch) | |
| tree | 65abd5220f6c920f7243680a702ae7ef1d608f8c /searx/engines/sogou.py | |
| parent | 97aa5a779b3910efb2cc8f7497969fbe0d126910 (diff) | |
[feat] add Sogou WeChat article search support
Diffstat (limited to 'searx/engines/sogou.py')
| -rw-r--r-- | searx/engines/sogou.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/sogou.py b/searx/engines/sogou.py index e36b4cd4f..d1390ab43 100644 --- a/searx/engines/sogou.py +++ b/searx/engines/sogou.py @@ -18,7 +18,6 @@ about = { # Engine Configuration categories = ["general"] paging = True -max_page = 10 time_range_support = True time_range_dict = {'day': 'inttime_day', 'week': 'inttime_week', 'month': 'inttime_month', 'year': 'inttime_year'} |