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 - rapidshare.com4532887/example.rar). How hard is it to make? Any tips for making?
How to make a copy-paste program for rapidshare.com links?
Started by xMBx, Aug 24 2008 08:56 AM
3 replies to this topic
#1
Posted 24 August 2008 - 08:56 AM
|
|
|
#2
Guest_Jordan_*
Posted 24 August 2008 - 09:01 AM
Guest_Jordan_*
xMBx said:
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 - rapidshare.com4532887/example.rar). How hard is it to make? Any tips for making?
Sounds fairly simple. You will need to use TCP to connect to the http port and retrieve the HTML data. Next you would use a regular expression to extract all the links. After that you could write them to a list box, file, database, etc.
Posted via CodeCall Mobile
Edited by Jordan, 24 August 2008 - 03:29 PM.
#3
Posted 24 August 2008 - 11:00 AM
Web Crawler.
#4
Posted 24 August 2008 - 10:39 PM
Actually, if you're a beginner and don't want to deal with the HTTP stuff, you can just use telnet from the command prompt using system(), download the file, and just open the file and search through it.


Sign In
Create Account

Back to top









