|
.oO SearXNG Developer Documentation Oo.
|
Functions | |
| request (query, params) | |
| response (resp) | |
| _story (item) | |
| _video (item) | |
Variables | |
| 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 79 of file tagesschau.py.
Referenced by response().
|
protected |
Definition at line 89 of file tagesschau.py.
Referenced by response().
| searx.engines.tagesschau.request | ( | query, | |
| params ) |
Definition at line 50 of file tagesschau.py.
| searx.engines.tagesschau.response | ( | resp | ) |
Definition at line 62 of file tagesschau.py.
References _story(), and _video().
| dict searx.engines.tagesschau.about |
Definition at line 23 of file tagesschau.py.
| str searx.engines.tagesschau.base_url = "https://www.tagesschau.de" |
Definition at line 36 of file tagesschau.py.
| list searx.engines.tagesschau.categories = ['general', 'news'] |
Definition at line 32 of file tagesschau.py.
| bool searx.engines.tagesschau.paging = True |
Definition at line 33 of file tagesschau.py.
| int searx.engines.tagesschau.results_per_page = 10 |
Definition at line 35 of file tagesschau.py.
| bool searx.engines.tagesschau.use_source_url = True |
Definition at line 38 of file tagesschau.py.