.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
response (resp) | |
_story (item) | |
_video (item) | |
Variables | |
logging | logger .Logger |
dict | about |
list | categories = ['general', 'news'] |
bool | paging = True |
int | results_per_page = 10 |
str | base_url = "https://www.tagesschau.de" |
bool | use_source_url = True |
ARD: `Tagesschau API`_ The Tagesschau is a news program of the ARD. Via the `Tagesschau API`_, current news and media reports are available in JSON format. The `Bundesstelle für Open Data`_ offers a `OpenAPI`_ portal at bundDEV_ where APIs are documented an can be tested. This SearXNG engine uses the `/api2u/search`_ API. .. _/api2u/search: http://tagesschau.api.bund.dev/ .. _bundDEV: https://bund.dev/apis .. _Bundesstelle für Open Data: https://github.com/bundesAPI .. _Tagesschau API: https://github.com/AndreasFischer1985/tagesschau-api/blob/main/README_en.md .. _OpenAPI: https://swagger.io/specification/
|
protected |
Definition at line 85 of file tagesschau.py.
Referenced by searx.engines.tagesschau.response().
|
protected |
Definition at line 95 of file tagesschau.py.
Referenced by searx.engines.tagesschau.response().
searx.engines.tagesschau.request | ( | query, | |
params ) |
Definition at line 56 of file tagesschau.py.
searx.engines.tagesschau.response | ( | resp | ) |
Definition at line 68 of file tagesschau.py.
References searx.engines.tagesschau._story(), and searx.engines.tagesschau._video().
dict searx.engines.tagesschau.about |
Definition at line 29 of file tagesschau.py.
str searx.engines.tagesschau.base_url = "https://www.tagesschau.de" |
Definition at line 42 of file tagesschau.py.
list searx.engines.tagesschau.categories = ['general', 'news'] |
Definition at line 38 of file tagesschau.py.
logging searx.engines.tagesschau.logger .Logger |
Definition at line 27 of file tagesschau.py.
bool searx.engines.tagesschau.paging = True |
Definition at line 39 of file tagesschau.py.
int searx.engines.tagesschau.results_per_page = 10 |
Definition at line 41 of file tagesschau.py.
bool searx.engines.tagesschau.use_source_url = True |
Definition at line 44 of file tagesschau.py.