mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge branch 'master' into feature/fix-config
This commit is contained in:
		
						commit
						7a127b4547
					
				@ -1,11 +1,11 @@
 | 
				
			|||||||
certifi==2018.11.29
 | 
					certifi==2019.3.9
 | 
				
			||||||
flask-babel==0.12.2
 | 
					flask-babel==0.12.2
 | 
				
			||||||
flask==1.0.2
 | 
					flask==1.0.2
 | 
				
			||||||
idna==2.8
 | 
					idna==2.8
 | 
				
			||||||
jinja2==2.10
 | 
					jinja2==2.10.1
 | 
				
			||||||
lxml==4.3.0
 | 
					lxml==4.3.3
 | 
				
			||||||
pygments==2.1.3
 | 
					pygments==2.1.3
 | 
				
			||||||
pyopenssl==19.0.0
 | 
					pyopenssl==19.0.0
 | 
				
			||||||
python-dateutil==2.7.5
 | 
					python-dateutil==2.8.0
 | 
				
			||||||
pyyaml==4.2b1
 | 
					pyyaml==5.1
 | 
				
			||||||
requests[socks]==2.21.0
 | 
					requests[socks]==2.22.0
 | 
				
			||||||
 | 
				
			|||||||
@ -709,10 +709,11 @@ engines:
 | 
				
			|||||||
    engine: xpath
 | 
					    engine: xpath
 | 
				
			||||||
    paging : True
 | 
					    paging : True
 | 
				
			||||||
    search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
 | 
					    search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
 | 
				
			||||||
    results_xpath: //div[@class="Page-content"]//div[@class="Result "]
 | 
					    results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
 | 
				
			||||||
    url_xpath : ./h3/a/@href
 | 
					    url_xpath : ./h3/a/@href
 | 
				
			||||||
    title_xpath : ./h3
 | 
					    title_xpath : ./h3
 | 
				
			||||||
    content_xpath : .//p[@class="Result-description"]
 | 
					    content_xpath : .//p[@class="Result-description"]
 | 
				
			||||||
 | 
					    suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
 | 
				
			||||||
    first_page_num : 0
 | 
					    first_page_num : 0
 | 
				
			||||||
    page_size : 10
 | 
					    page_size : 10
 | 
				
			||||||
    disabled : True
 | 
					    disabled : True
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user