• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Download URL generator

sliverjazz

Gawd
Joined
Jun 9, 2004
Messages
747
Would it be possible to program a random URL generator and then have it list what would have been downloaded? To clarify, take rapidshare for example. It would generate those URLS that a video is assigned and make a text fle that says the title of what you would have viewed, but for my program downloaded.
 
Sure. I wouldn't bother, tho - screen scrapers are no fun to write & break every time the page layout changes.
 
It's possible. But what do the Rapidshare TOS say?
 
I think I'm reading your question a little differently, so you want a random url to call a file to download?

If yes, then yes it's very possible. you could handle this quite a few ways some easier then others.
 
I think I'm reading your question a little differently, so you want a random url to call a file to download?

If yes, then yes it's very possible. you could handle this quite a few ways some easier then others.

i think he means taking a bunch of "random" urls, like the ones assigned to videos on rapidshare, access the page, and scrape data like the title etc from the fetched page.

as stated, its possible, but your parsing will depend on the layout of the html, and it'll be hard to do it in a manner robust enough that a site redesign wouldnt break it.

what you want is an api for getting this type of data, but its likely rapidshare doesnt offer such a thing. it would help to look it up though, and also, as stated, check their guidelines as they might filter out IPs that they see as unauthorized bots
 
Back
Top