forked from zaclys/searxng
		
	[fix] update google play movies xpath
This commit is contained in:
		
							parent
							
								
									88657fe9c2
								
							
						
					
					
						commit
						50ba2b9e87
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -563,10 +563,10 @@ engines:
 | 
				
			||||||
  - name : google play movies
 | 
					  - name : google play movies
 | 
				
			||||||
    engine : xpath
 | 
					    engine : xpath
 | 
				
			||||||
    search_url : https://play.google.com/store/search?q={query}&c=movies
 | 
					    search_url : https://play.google.com/store/search?q={query}&c=movies
 | 
				
			||||||
    results_xpath : '//div[@class="WHE7ib mpg5gc"]'
 | 
					    results_xpath : '//div[@class="ImZGtf mpg5gc"]'
 | 
				
			||||||
    title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
 | 
					    title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
 | 
				
			||||||
    url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
 | 
					    url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
 | 
				
			||||||
    content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
 | 
					    content_xpath : './/div[@class="kCSSQe"]'
 | 
				
			||||||
    thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
 | 
					    thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
 | 
				
			||||||
    categories : videos
 | 
					    categories : videos
 | 
				
			||||||
    shortcut : gpm
 | 
					    shortcut : gpm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue