mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #1284 from rinpatch/nyaa-https-fix
Fix nyaa to use https
This commit is contained in:
		
						commit
						819f022074
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| """ | ||||
|  Nyaa.si (Anime Bittorrent tracker) | ||||
| 
 | ||||
|  @website      http://www.nyaa.si/ | ||||
|  @website      https://nyaa.si/ | ||||
|  @provide-api  no | ||||
|  @using-api    no | ||||
|  @results      HTML | ||||
|  | @ -19,7 +19,7 @@ categories = ['files', 'images', 'videos', 'music'] | |||
| paging = True | ||||
| 
 | ||||
| # search-url | ||||
| base_url = 'http://www.nyaa.si/' | ||||
| base_url = 'https://nyaa.si/' | ||||
| search_url = base_url + '?page=search&{query}&offset={offset}' | ||||
| 
 | ||||
| # xpath queries | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber