: I want to make a copy-paste program, that copys all rapidshare.com
: links from any website i want (so if i add to search box
: "rapidshare.com" then program copys all the other part of the links
: -
http://rapidshare.com/4532887/example.rar). How hard is it
: to make? Any tips for making?
The basic method I would use is to open the site contents in your program or have your program read the site from IE or FF, whichever you prefer. From there, search for simple yet common terms for rapid share files. Such as "http://www.rapidshare.com/" From there just copy the entire text for every hit you make. After copying the text, write it into a string from the clip board. And form there print it into a database text that holds all the information.