View Single Post
  #5  
Old 04-18-2016, 07:48 PM
kuchow kuchow is offline
Junior Member
 
Join Date: Jul 2015
Posts: 5
kuchow is on a distinguished road
Default

Re: How to download this video?


Quote:
Originally Posted by tergards View Post
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.

Last edited by kuchow : 04-18-2016 at 08:33 PM.
Reply With Quote