|
.oO SearXNG Developer Documentation Oo.
|
Functions | |
| request (query, params) | |
| EngineResults | response (resp) |
Variables | |
| str | engine_type = "online" |
| bool | language_support = False |
| list | categories = ["news"] |
| bool | paging = True |
| int | page_size = 10 |
| bool | time_range_support = True |
| dict | time_range_args = {"month": "pub_date:ultimi_30_giorni", "year": "pub_date:ultimo_anno"} |
| str | search_api = "https://api.ilpost.org/search/api/site_search/?" |
| dict | about |
Engine for Il Post, a largely independent online Italian newspaper.
To use this engine add the following entry to your engines
list in ``settings.yml``:
.. code:: yaml
- name: il post
engine: il_post
shortcut: pst
disabled: false
| searx.engines.il_post.request | ( | query, | |
| params ) |
Definition at line 41 of file il_post.py.
| EngineResults searx.engines.il_post.response | ( | resp | ) |
Definition at line 57 of file il_post.py.
| dict searx.engines.il_post.about |
Definition at line 30 of file il_post.py.
| list searx.engines.il_post.categories = ["news"] |
Definition at line 21 of file il_post.py.
| str searx.engines.il_post.engine_type = "online" |
Definition at line 19 of file il_post.py.
| bool searx.engines.il_post.language_support = False |
Definition at line 20 of file il_post.py.
| int searx.engines.il_post.page_size = 10 |
Definition at line 23 of file il_post.py.
| bool searx.engines.il_post.paging = True |
Definition at line 22 of file il_post.py.
| str searx.engines.il_post.search_api = "https://api.ilpost.org/search/api/site_search/?" |
Definition at line 28 of file il_post.py.
| dict searx.engines.il_post.time_range_args = {"month": "pub_date:ultimi_30_giorni", "year": "pub_date:ultimo_anno"} |
Definition at line 26 of file il_post.py.
| bool searx.engines.il_post.time_range_support = True |
Definition at line 25 of file il_post.py.