Talk:Yahoo! search interface: Difference between revisions

 
(15 intermediate revisions by 6 users not shown)
Line 1:
==TOS violation==
 
:Note -- the following applies to an earlier version of the task but not the current task.
 
This task violates [http://www.google.com/accounts/TOS Google's TOS].
Line 27 ⟶ 29:
::I would think that most search providers would not like programmatic searches as it is so easily abused. What would we loose by just dropping this task? Against what could be lost if we include it? --[[User:Paddy3118|Paddy3118]] 22:29, 3 May 2009 (UTC)
::: I've not read the task specs (just the title). If the task was interesting, we loose an interesting task; if it was not, ... But if the task's creator would like to keep the idea, then s/he could take a look at Yahoo. Of course, even though Yahoo's TOS allows for automated use of their ''service'', this does not mean we (or anybody else) can flood it with search requests! And what world would it be if I take a perfectly legal and TOS-compliant code from RC, then ''abuse it'' and for this reason RC has trouble?! (I am thinking about the TOS of Yahoo... it seems to me an automated script using Yahoo search engine wouldn't violate their TOS, so that they have no reason to consider RC responsible of any ''abuse'' of the code... if it is possible such a relationship between an ''abuser'' and the source for the code which made the abuse possible, sites like [http://www.w3.org/Library/ this] or [http://pavuk.sourceforge.net/ this] shouldn't be indexed at all!) --[[User:ShinTakezou|ShinTakezou]] 00:10, 4 May 2009 (UTC)
::::OK, i'm converting to Yahoo. And i'll add Python after this. --[[User:Guga360|Guga360]] 02:10, 4 May 2009 (UTC)
:::::Wow, faster than any other answer to my points:D ! Have you checked Yahoo's TOS? I would like to have confirmation about my interpretation of the text... I've not seen a section similar to Google's "section five", but ... those legal texts always bring me headaches. --[[User:ShinTakezou|ShinTakezou]] 10:00, 4 May 2009 (UTC)
 
== Enchanced results ==
 
What do you mean by "enchanced results" not working? (I suppose it should be "enhanced"; anyway the question is the same: what do you mean by "enhanced results", and is it a task requirements?) --[[User:ShinTakezou|ShinTakezou]] 22:34, 4 May 2009 (UTC)
:This is a enchanced result:
:[[Image:YahooEnch.jpg]]
:This is a normal result:
:[[Image:Yahoo.jpg]]
 
:A simple Regex change should fix it.
:Or just change your Yahoo settings to not display enchanced results. And use Yahoo Cookies in a HTTP Request.
 
:: Ok, this means it is not a task requirement handling them properly in the code... Right? --[[User:ShinTakezou|ShinTakezou]] 09:43, 5 May 2009 (UTC)
 
No, it isn't a task requeriment, but is VERY RECOMMENDED, because some results title will be like "Test - Wikipedia<nowiki><div id="ench-smb">...</div></nowiki>", but are 3 methods for fixing this:
 
1. Change regular expressions to match enchanced results correctly.
 
2. Change Yahoo settings to don't show enchanced results, and use your Cookie (as Guest) in a HTTP Request.
 
3. Remove anything after a "<div" in a result title.
 
--[[User:Guga360|Guga360]] 13:16, 5 May 2009 (GMT -3)
 
I don't know regular expressions too much.
Can someone convert <lang python>i[:i.index("</a></h3></div>")]</lang> in a regular expression? --[[User:Guga360|Guga360]] 17:02, 5 May 2009 (UTC)
 
== Haha! ==
 
Alarms are going off at Yahoo! "Look, look! Our search engine is being used!"
Anonymous user