Best way to painlessly download videos

wickedDUDE

New member
Jun 25, 2006
1,054
12
0
Hello,

I joined a membership site that expires soon and I want to download all of their flash videos. They link to each video from an HTML page and the coding looks like this:

<script type="text/javascript"> jwplayer("gallery1").setup({ file: "http://www.website.com/folder/file.flv",

What's the best way to extract all of the urls from the web site so that I can filter and then download all of the flash videos easily? I need something that can crawl and extract the urls a few levels deep.

Anything else that comes to mind I would be happy to try it.

Thanks
 


Ubot

Jesus fucking christ. Im so sick of hearing about fucking ubot.

tumblr_mcasusRKCS1qf7r8q.gif



Pm me the site dude. I can throw this together in like 5 minutes. I already have somebody else here waiting on a scrape to, but I should have time to do this tomorrow or something.

No fee. Its stupid fucking easy.
 
Hello,

I joined a membership site that expires soon and I want to download all of their flash videos. They link to each video from an HTML page and the coding looks like this:

<script type="text/javascript"> jwplayer("gallery1").setup({ file: "http://www.website.com/folder/file.flv",

What's the best way to extract all of the urls from the web site so that I can filter and then download all of the flash videos easily? I need something that can crawl and extract the urls a few levels deep.

Anything else that comes to mind I would be happy to try it.

Thanks
do you have the list of the codes? if yes then you can do it in 5 minutes.
Get an excel sheet > paste all the codes and just remove replace the code with this

First replace
**http://
with
http://

then
.flv**
to
.flv

then you got all the URL's of the video's. Now put it in a notepad, Upload it to your site, get the URL's where all the Video URL is pasted.

Then use download them all (firefox Plugin)
Right click Download all > easy shit.
 
Ubot

Jesus fucking christ. Im so sick of hearing about fucking ubot.

tumblr_mcasusRKCS1qf7r8q.gif



Pm me the site dude. I can throw this together in like 5 minutes. I already have somebody else here waiting on a scrape to, but I should have time to do this tomorrow or something.

No fee. Its stupid fucking easy.
or just go with this ;p If he can do it for you easily then it would save you the freakin trouble:)