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
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