Quote:
Originally Posted by tergards
It works for me, what error did it give you?
If I add -g to those commands it will show me the URLs it is downloading
Code:
http://brightcove04.brightcove.com/22/62009828001/201410/2814/62009828001_3827354695001_NA-110601-Solar.mp4
http://brightcove04.brightcove.com/22/62009828001/201410/3845/62009828001_3831635024001_powerwind-012110.mp4
And I can download them both, too, using my browser/wget.
|
Thank you but here what I get
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\a\dd>youtube-dl -g 'http://www.mathworks.com/videos/modeling-win
d-power-grid-integration-81773.html'
WARNING: The url doesn't specify the protocol, trying with http
WARNING: Could not send HEAD request to http://'http://www.mathworks.com/videos/
modeling-wind-power-grid-integration-81773.html': <urlopen error [Errno 11001] g
etaddrinfo failed>
ERROR: Unable to download webpage: <urlopen error [Errno 11001] getaddrinfo fail
ed> (caused by URLError(gaierror(11001, 'getaddrinfo failed'),))
C:\Users\a\dd>youtube-dl -g 'http://www.mathworks.com/videos/modeling-win
d-power-grid-integration-81773.html?form_seq=conf1092&elqsid=1459286432725& poten
tial_use=Student&country_code=CA&refresh=true'
WARNING: The url doesn't specify the protocol, trying with http
WARNING: Could not send HEAD request to http://'http://www.mathworks.com/videos/
modeling-wind-power-grid-integration-81773.html?form_seq=conf1092: <urlopen erro
r [Errno 11001] getaddrinfo failed>
ERROR: Unable to download webpage: <urlopen error [Errno 11001] getaddrinfo fail
ed> (caused by URLError(gaierror(11001, 'getaddrinfo failed'),))
'elqsid' is not recognized as an internal or external command,
operable program or batch file.
'potential_use' is not recognized as an internal or external command,
operable program or batch file.
'country_code' is not recognized as an internal or external command,
operable program or batch file.
'refresh' is not recognized as an internal or external command,
operable program or batch file.