Home » Questions » Computers [ Ask a new question ]

WGET command line for download videos

WGET command line for download videos

I'm trying to figure out WGET for downloading some videos at http://windowsclient.net/learn/videos_wpf.aspx.

Asked by: Guest | Views: 325
Total answers/comments: 1
Guest [Entry]

"Learn about option -A in the 2.11 and 4.2 chapter of wget manual and use this option to specify comma-separated lists of file name suffixes or patterns to accept. In other words, use -A to specify that you want to download only files with mp4 extension:

WGET -r -l2 -A.mp4 http://windowsclient.net/learn/videos_wpf.aspx"