|
@@ -200,6 +200,20 @@ engines:
|
200
|
200
|
engine : google_news
|
201
|
201
|
shortcut : gon
|
202
|
202
|
|
|
203
|
+ - name : google scholar
|
|
204
|
+ engine : xpath
|
|
205
|
+ paging : True
|
|
206
|
+ search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1'
|
|
207
|
+ results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"]
|
|
208
|
+ url_xpath : .//h3/a/@href
|
|
209
|
+ title_xpath : .//h3/a
|
|
210
|
+ content_xpath : .//div[@class="gs_rs"]
|
|
211
|
+ suggestion_xpath : //div[@id="gs_qsuggest"]/ul/li
|
|
212
|
+ page_size : 10
|
|
213
|
+ first_page_num : 0
|
|
214
|
+ categories : science
|
|
215
|
+ shortcut : gos
|
|
216
|
+
|
203
|
217
|
- name : google play apps
|
204
|
218
|
engine : xpath
|
205
|
219
|
search_url : https://play.google.com/store/search?q={query}&c=apps
|