Tuesday, January 29, 2019

video - Using WGET to Get All of the .mov Files from Diggnation


I'm trying to download every single episode of Diggnation using WGET to grab the small QuickTime movies. It would be too tiring to go through every single page to download them. Here's what I'm thinking:


 wget -r -l 1 -A mov http://revision3.com/diggnation/

Unfortunately this doesn't work. Anyone have a better idea on how to get all the eps? Here's an example URL:


http://revision3.com/diggnation/2005-07-01


Answer



So I wrote a C# WPF app to go get them all for me, right now it is about 10 episodes in. Let me know if you want the source!


No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...