[fix] etymonline, voat engines
This commit is contained in:
		
							parent
							
								
									fcc9587ee9
								
							
						
					
					
						commit
						9a378ca8c6
					
				| @ -204,11 +204,11 @@ engines: | |||||||
|   - name : etymonline |   - name : etymonline | ||||||
|     engine : xpath |     engine : xpath | ||||||
|     paging : True |     paging : True | ||||||
|     search_url : http://etymonline.com/?search={query}&p={pageno} |     search_url : https://etymonline.com/search?page={pageno}&q={query} | ||||||
|     url_xpath : //a[contains(@class, "word--")]/@href |     url_xpath : //a[contains(@class, "word__name--")]/@href | ||||||
|     title_xpath : //p[contains(@class, "word__name--")]/text() |     title_xpath : //a[contains(@class, "word__name--")] | ||||||
|     content_xpath : //section[contains(@class, "word__defination")]/object |     content_xpath : //section[contains(@class, "word__defination")] | ||||||
|     first_page_num : 0 |     first_page_num : 1 | ||||||
|     shortcut : et |     shortcut : et | ||||||
|     disabled : True |     disabled : True | ||||||
| 
 | 
 | ||||||
| @ -703,9 +703,9 @@ engines: | |||||||
|     shortcut: vo |     shortcut: vo | ||||||
|     categories: social media |     categories: social media | ||||||
|     search_url : https://searchvoat.co/?t={query} |     search_url : https://searchvoat.co/?t={query} | ||||||
|     url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href |     url_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]/@href | ||||||
|     title_xpath : //div[@class="entry"]/p/a[@class="title"] |     title_xpath : //div[@class="entry"]/p/a[contains(@class, "title")] | ||||||
|     content_xpath : //div[@class="entry"]/p/span[@class="domain"] |     content_xpath : //div[@class="entry"]/p/span[@class="domain"]/a/text() | ||||||
|     timeout : 10.0 |     timeout : 10.0 | ||||||
|     disabled : True |     disabled : True | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user