mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	fix google play movies xpath
This commit is contained in:
		
							parent
							
								
									e12ea9a510
								
							
						
					
					
						commit
						c6ed0dae6c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -250,8 +250,8 @@ engines: | |||
|     engine        : xpath | ||||
|     search_url    : https://play.google.com/store/search?q={query}&c=movies | ||||
|     url_xpath     : //a[@class="title"]/@href | ||||
|     title_xpath   : //a[@class="title"] | ||||
|     content_xpath : //a[@class="subtitle"] | ||||
|     title_xpath   : //a[@class="title"]/@title | ||||
|     content_xpath : //a[contains(@class, "subtitle")] | ||||
|     categories : videos | ||||
|     shortcut : gpm | ||||
|     disabled : True | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Noémi Ványi
						Noémi Ványi