Feature #193
New parser for blekko (patch)
| Status: | Closed | Start: | 11/09/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Emmanuel Benazera | % Done: | 100% |
|
| Category: | websearch | Spent time: | - | |
| Target version: | DAngelo-SOLO-0.3.1 |
Description
Ohai,
I've just wrote a new parser for blekko (and fix few bugs in the same time).
Here is the code (branch blekko): git clone git://git.worlddomination.be/python/gazouillibot.git
Their is still one bug: blekko seems to give a quote or unquote description and seeks quote/unquote it in the wrote order so some html entity appears :/
Other patchs:
Add icons for the image-websearch: http://git.worlddomination.be/?p=cpp/seeks.git;a=commitdiff;h=3e79300e5ddbfdc06a7154a413cc185e427082f5
Fix the template for image-websearch: http://git.worlddomination.be/?p=cpp/seeks.git;a=commitdiff;h=3c9ba5c5d6ae938f526dd49610963dd11466471f (missform name for image-websearch tab icon)
History
Updated by Laurent Peuch over 1 year ago
Also, another bug: blekko seems to give to big description, this broke the template, ie: http://pix.toile-libre.org/upload/original/1289267373.png
Updated by Laurent Peuch over 1 year ago
Also, I haven't update the src/plugin/websearch/websearch-config file. You'll have to add "search-engine blekko" in it.
Updated by Laurent Peuch over 1 year ago
small se_handler refactoring: http://git.worlddomination.be/?p=cpp/seeks.git;a=commitdiff;h=107953e5f74a85511124ca55a2e03f1ab3db5f60
Updated by Emmanuel Benazera over 1 year ago
blekko patch added to experimental.
Updated by Emmanuel Benazera over 1 year ago
- Status changed from New to In Progress
Updated by Emmanuel Benazera over 1 year ago
- Assigned to changed from Laurent Peuch to Emmanuel Benazera
- Target version set to DAngelo-SOLO-0.3.1
Kind return from Blekko suggests we grab results per batches of 100, like this: https://blekko.com/ws/query+terms+here+/ps=100
Updated by Emmanuel Benazera over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100