forked from zaclys/searxng
		
	Merge pull request #198 from return42/gpodder.net
[enh] add gpodder.net (JSON)
This commit is contained in:
		
						commit
						c72cca69de
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -654,6 +654,26 @@ engines:
 | 
				
			||||||
      require_api_key: false
 | 
					      require_api_key: false
 | 
				
			||||||
      results: HTML
 | 
					      results: HTML
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - name: gpodder
 | 
				
			||||||
 | 
					    engine: json_engine
 | 
				
			||||||
 | 
					    shortcut: gpod
 | 
				
			||||||
 | 
					    timeout: 4.0
 | 
				
			||||||
 | 
					    paging: false
 | 
				
			||||||
 | 
					    search_url: https://gpodder.net/search.json?q={query}
 | 
				
			||||||
 | 
					    url_query: url
 | 
				
			||||||
 | 
					    title_query: title
 | 
				
			||||||
 | 
					    content_query: description
 | 
				
			||||||
 | 
					    page_size: 19
 | 
				
			||||||
 | 
					    categories: social media, files, general
 | 
				
			||||||
 | 
					    disabled: true
 | 
				
			||||||
 | 
					    about:
 | 
				
			||||||
 | 
					      website: https://gpodder.net
 | 
				
			||||||
 | 
					      wikidata_id: Q3093354
 | 
				
			||||||
 | 
					      official_api_documentation: https://gpoddernet.readthedocs.io/en/latest/api/
 | 
				
			||||||
 | 
					      use_official_api: false
 | 
				
			||||||
 | 
					      requires_api_key: false
 | 
				
			||||||
 | 
					      results: JSON
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: geektimes
 | 
					  - name: geektimes
 | 
				
			||||||
    engine: xpath
 | 
					    engine: xpath
 | 
				
			||||||
    paging: true
 | 
					    paging: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue