Sfoglia il codice sorgente

Quoting the entire query works now.

tags/v0.2
Ben Kurtovic 10 anni fa
parent
commit
5003c21ff6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Vedi File

@@ -84,7 +84,7 @@ class YahooBOSSSearchEngine(BaseSearchEngine):
"oauth_nonce": oauth.generate_nonce(),
"oauth_timestamp": oauth.Request.make_timestamp(),
"oauth_consumer_key": consumer.key,
"q": query.encode("utf8"), "count": "5",
"q": '"' + query.encode("utf8") + '"', "count": "5",
"type": "html,text", "format": "json",
}



Caricamento…
Annulla
Salva