davidgaldon / yahoo-finance-managed

Automatically exported from code.google.com/p/yahoo-finance-managed
0 stars 0 forks source link

DownloadInLinks(url) not working for me #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the Code below
Dim dl As New YahooManaged.Search.Diverse.API.SiteExplorerDownload
Dim resp As YahooManaged.Search.Diverse.API.SiteExplorerResponse = 
dl.DownloadInLinks(url) 

the function DownloadInLinks has two overloads either use URI as system.uri  or 
a URL of a site.
when i use URL as string It returns an Exception as formate of URI is not 
currect.
when I use URI in the parameter then i get resp.connection.status = 400 always 

What is going wrong in the code.

Original issue reported on code.google.com by alokkuma...@gmail.com on 28 Dec 2011 at 12:08

GoogleCodeExporter commented 8 years ago
SiteExplorer is obsolete since BOSS v2.

greetz

Maas

Original comment by Maas...@gmail.com on 14 Mar 2012 at 12:39