Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am using VB.NET 2002 and am working in a windows form

 

I am trying to "Crawl" or index a search engine that has a database of just files, not websites. When you perform a search your results will be links to files to download. What i would like to do is create a program to index all files within the search engine's database.

 

My question is how do i go about doing this the most effective way? I can see just trying every possible search string then placing the results in a database and filtering out any duplicate addresses i get, but this seems like a poor method. The restrictions on the search engine are a minimum of 3 characerts, so i can't just put in a "*" or "***" to get all files, it must be 3 characters other than special characters.

 

Could anyone recommend a better approach?

 

Thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...