Parcourir la source

Tell Yahoo! it's okay to return PDFs.

tags/v0.2
Ben Kurtovic il y a 9 ans
Parent
révision
b8d55973c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      earwigbot/wiki/copyvios/search.py

+ 1
- 1
earwigbot/wiki/copyvios/search.py Voir le fichier

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


req = oauth.Request(method="GET", url=url, parameters=params) req = oauth.Request(method="GET", url=url, parameters=params)


Chargement…
Annuler
Enregistrer