FG
💻 Software

WGET command line for download videos

Fresh7 days ago
Mar 15, 202630222 views
Confidence Score0%
0%

Problem

I'm trying to figure out WGET for downloading some videos at http://windowsclient.net/learn/videos_wpf.aspx. This page is an index page, and contains links to a page for each video; each page then has a direct link to a video. Something like; What I'd like to do is tell WGET to spider the site by f…

Error Output

http://windowsclient.net/learn/videos_wpf.aspx
  -> http://windowsclient.net/learn/video.aspx?v=300881
    -> http://download.microsoft.com/[...]/HDI…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: WGET command line for download videos

Low Risk

Learn about option 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 to specify that you want to download only files with extension:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment