From 42b58eb4489e0493dc97a4a35b49921539c36d90 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 25 Apr 2024 18:47:39 +0200 Subject: [feat] media.ccc.de: implement module with pagination and iframe --- searx/settings.yml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 6bf060144..6b169a86e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -438,32 +438,19 @@ engines: shortcut: bt disabled: true - - name: ccc-tv - engine: xpath - paging: false - search_url: https://media.ccc.de/search/?q={query} - url_xpath: //div[@class="caption"]/h3/a/@href - title_xpath: //div[@class="caption"]/h3/a/text() - content_xpath: //div[@class="caption"]/h4/@title - categories: videos - disabled: true - shortcut: c3tv - about: - website: https://media.ccc.de/ - wikidata_id: Q80729951 - official_api_documentation: https://github.com/voc/voctoweb - use_official_api: false - require_api_key: false - results: HTML - # We don't set language: de here because media.ccc.de is not just - # for a German audience. It contains many English videos and many - # German videos have English subtitles. - - name: openverse engine: openverse categories: images shortcut: opv + - name: media.ccc.de + engine: ccc_media + shortcut: c3tv + # We don't set language: de here because media.ccc.de is not just + # for a German audience. It contains many English videos and many + # German videos have English subtitles. + disabled: true + - name: chefkoch engine: chefkoch shortcut: chef -- cgit v1.2.3