|
@@ -103,6 +103,33 @@ engines:
|
103
|
103
|
engine : google_news
|
104
|
104
|
shortcut : gon
|
105
|
105
|
|
|
106
|
+ - name : google play apps
|
|
107
|
+ engine : xpath
|
|
108
|
+ search_url : https://play.google.com/store/search?q={query}&c=apps
|
|
109
|
+ url_xpath : //a[@class="title"]/@href
|
|
110
|
+ title_xpath : //a[@class="title"]
|
|
111
|
+ content_xpath : //a[@class="subtitle"]
|
|
112
|
+ categories : files
|
|
113
|
+ shortcut : gpa
|
|
114
|
+
|
|
115
|
+ - name : google play movies
|
|
116
|
+ engine : xpath
|
|
117
|
+ search_url : https://play.google.com/store/search?q={query}&c=movies
|
|
118
|
+ url_xpath : //a[@class="title"]/@href
|
|
119
|
+ title_xpath : //a[@class="title"]
|
|
120
|
+ content_xpath : //a[@class="subtitle"]
|
|
121
|
+ categories : videos
|
|
122
|
+ shortcut : gpm
|
|
123
|
+
|
|
124
|
+ - name : google play music
|
|
125
|
+ engine : xpath
|
|
126
|
+ search_url : https://play.google.com/store/search?q={query}&c=music
|
|
127
|
+ url_xpath : //a[@class="title"]/@href
|
|
128
|
+ title_xpath : //a[@class="title"]
|
|
129
|
+ content_xpath : //a[@class="subtitle"]
|
|
130
|
+ categories : music
|
|
131
|
+ shortcut : gps
|
|
132
|
+
|
106
|
133
|
- name : openstreetmap
|
107
|
134
|
engine : openstreetmap
|
108
|
135
|
shortcut : osm
|