PDA

View Full Version : How to download this video?


kuchow
04-08-2016, 09:53 PM
I want to download these videos .. plz advice

http://www.mathworks.com/videos/modeling-wind-power-grid-integration-81773.html?form_seq=conf1092&elqsid=1459286432725&potential_use=Student&country_code=CA&refresh=true


http://www.mathworks.com/videos/modeling-and-simulation-of-pv-solar-power-inverters-81813.html?form_seq=conf882

tergards
04-09-2016, 05:09 AM
You should be able to download both of them using the command line program "youtube-dl"
Installation instructions are here: https://github.com/rg3/youtube-dl/#installation

Commands to type:
youtube-dl 'http://www.mathworks.com/videos/modeling-wind-power-grid-integration-81773.html?form_seq=conf1092&elqsid=1459286432725&potential_use=Student&country_code=CA&refresh=true'
youtube-dl 'http://www.mathworks.com/videos/modeling-and-simulation-of-pv-solar-power-inverters-81813.html?form_seq=conf882'

kuchow
04-12-2016, 02:39 PM
tried and didn't work

tergards
04-13-2016, 07:56 AM
tried and didn't work
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
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.

kuchow
04-18-2016, 07:48 PM
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
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.