Quellcode durchsuchen

Google Play Store

Cqoicebordel vor 10 Jahren
Ursprung
Commit
576fdef440
1 geänderte Dateien mit 27 neuen und 0 gelöschten Zeilen
  1. 27
    0
      searx/settings.yml

+ 27
- 0
searx/settings.yml Datei anzeigen

@@ -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