|
@@ -242,15 +242,16 @@ engines:
|
242
|
242
|
disabled: True
|
243
|
243
|
|
244
|
244
|
- name : gitlab
|
245
|
|
- engine : xpath
|
|
245
|
+ engine : json_engine
|
246
|
246
|
paging : True
|
247
|
|
- search_url : https://gitlab.com/search?page={pageno}&search={query}
|
248
|
|
- url_xpath : //li[@class="project-row"]//a[@class="project"]/@href
|
249
|
|
- title_xpath : //li[@class="project-row"]//span[contains(@class, "project-full-name")]
|
250
|
|
- content_xpath : //li[@class="project-row"]//div[@class="description"]/p
|
|
247
|
+ search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
|
|
248
|
+ url_query : web_url
|
|
249
|
+ title_query : name_with_namespace
|
|
250
|
+ content_query : description
|
|
251
|
+ page_size : 20
|
251
|
252
|
categories : it
|
252
|
253
|
shortcut : gl
|
253
|
|
- timeout : 5.0
|
|
254
|
+ timeout : 10.0
|
254
|
255
|
disabled : True
|
255
|
256
|
|
256
|
257
|
- name : github
|