Przeglądaj źródła

Merge pull request #694 from firebovine/urbandictionary

fix xpath expressions for urban dictionary
Adam Tauber 8 lat temu
rodzic
commit
390ad59bfc
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      searx/settings.yml

+ 3
- 3
searx/settings.yml Wyświetl plik

450
 #  - name : urbandictionary
450
 #  - name : urbandictionary
451
 #    engine        : xpath
451
 #    engine        : xpath
452
 #    search_url    : http://www.urbandictionary.com/define.php?term={query}
452
 #    search_url    : http://www.urbandictionary.com/define.php?term={query}
453
-#    url_xpath     : //div[@class="word"]//a/@href
454
-#    title_xpath   : //div[@class="word"]//a
455
-#    content_xpath : //div[@class="definition"]
453
+#    url_xpath     : //*[@class="word"]/@href
454
+#    title_xpath   : //*[@class="def-header"]
455
+#    content_xpath : //*[@class="meaning"]
456
 #    shortcut : ud
456
 #    shortcut : ud
457
 
457
 
458
   - name : yahoo
458
   - name : yahoo