使用WGET从Diggnation获取所有.mov文件


0

我正在尝试使用WGET下载每一集Diggnation以获取小型QuickTime电影。通过每一页下载它们都太累了。这就是我的想法:

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

不幸的是,这不起作用。谁有更好的想法如何获得所有的eps?这是一个示例网址:

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

Answers:


0

所以我写了一个C#WPF应用程序,让我们全部为我,现在它是大约10集。让我知道你是否想要源代码!

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.