Archive for tag: download

Online Video Download Tools

13 July, 2010 (06:30) | Miscellaneous, [English Posts] | By: Wolfgang

Perhaps you know the situation where you want to download a video from YouTube or a similar video site but neither you have a proper browser extension installed nor you want to search for the media file URLs in the HTML source of the page.

Here a two examples of sites that can do exactly ...

Download Files from a List with Wget or Curl

30 June, 2010 (06:30) | Linux, Mac OS X, [English Posts] | By: Wolfgang

Problem:
You have a text file with a link to a file in each line.

Your file linklist.txt may look like this although of course the links don't have to point to the same host, same document type or similar named files.

http://example.com/download/document1.pdf
http://example.com/download/document2.pdf
http://example.com/download/document3.pdf
http://example.com/download/document4.pdf
http://example.com/download/document5.pdf

Now you want to download them all but don't want to do this manually.

Solution:
One way ...