Hi,
I'm using the news api to retrieve news from specific sources and I found (what I believe is) a bug.
I'm looking for news on topic 'CNN' from the www.cnn.com web site.
some of the results return valid cnn links, but in the source and sourceurl fields i get
http://www.wsbtv.com/ as a result, which dosen't makes sense to me.
for example: I issue this request
http://boss.yahooapis.com/ysearch/news/v1/...tes=www.cnn.comand this is pare of the response:
CODE
<result>
−
<abstract>
As Promised, Iran Began Enriching Uranium To 20 Percent On Tuesday, State Media Said.
</abstract>
−
<clickurl>
http://lrd.yahooapis.com/_ylc=X3oDMTRnbmNvZ2RnBF9TAzIwMjMxNTI3MDIEYXBwaWQDYnBqcnRqdklrWTRqVEM3dzRwdEY1WGp
NNUlQelBsMUlUMXlzeDlLbARjbGllbnQDYm9zcwRzZXJ2aWNlA0JPU1MEc2xrA3RpdGxlBHNyY3B2aWQD
STVrOEZXS0ljcm9UeTV1MFpWRVY3anFXVXFhbGhFdHhaU29BQTRfdA--/SIG=136cflgga/**http%3A//www.cnn.com/2010/WORLD/meast/02/09/iran.uranium.enrichment/index.html%3Feref=ib_topstories
</clickurl>
<date>2010/02/09</date>
<language>english</language>
<source>WSB-TV 2 Atlanta</source>
<sourceurl>http://www.wsbtv.com/</sourceurl>
<time>11:34:40</time>
<title>CNN - Iran's Uranium Enrichment Fuels Fear</title>
−
<url>
http://www.cnn.com/2010/WORLD/meast/02/09/iran.uranium.enrichment/index.html?eref=ib_topstories
</url>
</result>
Did anyone ran into this issue? is it a bug? how can I open a ticket ?