Unable to download youtube video
I don't know what happened now but I'm unable to download any youtube video. Earlier it was working properly. I'm working on Ubuntu 13.04
ravbholua@ravbholua-Aspire-5315:~$ youtube-dl http://www.youtube.com/watch?v=ONWvX8ESrsk
[youtube] Setting language
[youtube] ONWvX8ESrsk: Downloading video webpage
[youtube] ONWvX8ESrsk: Downloading video info webpage
[youtube] ONWvX8ESrsk: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/__main__.py", line 7, in <module>
File "/usr/bin/youtube-dl/__init__.py", line 536, in main
File "/usr/bin/youtube-dl/__init__.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in <genexpr>
KeyError: 'sig'
ravbholua@ravbholua-Aspire-5315:~$
ubuntu youtube-dl
add a comment |
I don't know what happened now but I'm unable to download any youtube video. Earlier it was working properly. I'm working on Ubuntu 13.04
ravbholua@ravbholua-Aspire-5315:~$ youtube-dl http://www.youtube.com/watch?v=ONWvX8ESrsk
[youtube] Setting language
[youtube] ONWvX8ESrsk: Downloading video webpage
[youtube] ONWvX8ESrsk: Downloading video info webpage
[youtube] ONWvX8ESrsk: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/__main__.py", line 7, in <module>
File "/usr/bin/youtube-dl/__init__.py", line 536, in main
File "/usr/bin/youtube-dl/__init__.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in <genexpr>
KeyError: 'sig'
ravbholua@ravbholua-Aspire-5315:~$
ubuntu youtube-dl
2
Have you thought to update youryoutube-dl
tool ?
– Slyx
Mar 9 '14 at 4:38
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27
add a comment |
I don't know what happened now but I'm unable to download any youtube video. Earlier it was working properly. I'm working on Ubuntu 13.04
ravbholua@ravbholua-Aspire-5315:~$ youtube-dl http://www.youtube.com/watch?v=ONWvX8ESrsk
[youtube] Setting language
[youtube] ONWvX8ESrsk: Downloading video webpage
[youtube] ONWvX8ESrsk: Downloading video info webpage
[youtube] ONWvX8ESrsk: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/__main__.py", line 7, in <module>
File "/usr/bin/youtube-dl/__init__.py", line 536, in main
File "/usr/bin/youtube-dl/__init__.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in <genexpr>
KeyError: 'sig'
ravbholua@ravbholua-Aspire-5315:~$
ubuntu youtube-dl
I don't know what happened now but I'm unable to download any youtube video. Earlier it was working properly. I'm working on Ubuntu 13.04
ravbholua@ravbholua-Aspire-5315:~$ youtube-dl http://www.youtube.com/watch?v=ONWvX8ESrsk
[youtube] Setting language
[youtube] ONWvX8ESrsk: Downloading video webpage
[youtube] ONWvX8ESrsk: Downloading video info webpage
[youtube] ONWvX8ESrsk: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/__main__.py", line 7, in <module>
File "/usr/bin/youtube-dl/__init__.py", line 536, in main
File "/usr/bin/youtube-dl/__init__.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in <genexpr>
KeyError: 'sig'
ravbholua@ravbholua-Aspire-5315:~$
ubuntu youtube-dl
ubuntu youtube-dl
edited Mar 9 '14 at 4:47
Braiam
23.6k2077140
23.6k2077140
asked Mar 9 '14 at 4:35
RaviRavi
1,215113554
1,215113554
2
Have you thought to update youryoutube-dl
tool ?
– Slyx
Mar 9 '14 at 4:38
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27
add a comment |
2
Have you thought to update youryoutube-dl
tool ?
– Slyx
Mar 9 '14 at 4:38
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27
2
2
Have you thought to update your
youtube-dl
tool ?– Slyx
Mar 9 '14 at 4:38
Have you thought to update your
youtube-dl
tool ?– Slyx
Mar 9 '14 at 4:38
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27
add a comment |
4 Answers
4
active
oldest
votes
The youtube-dl
script comes with its own update mechanism. Simply run this to update it:
$ youtube-dl -U
See the help (--help
):
-U, --update update this program to latest version. Make sure
that you have sufficient permissions (run with sudo if
needed)
This is a little cat and mouse game that users of this script have to periodically update the script, because YouTube breaks the ability to download videos from the site.
I would also encourage you to use single/double quotes when passing the URLs to youtube-dl
via the command line on the off chance that they include unusual characters such as question marks and ampersands. This way, the shell does not interpret those characters!
Here's a example of using single quotes:
$ youtube-dl 'http://www.youtube.com/watch?v=ONWvX8ESrsk'
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by runningsudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.
– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could bea-z
,A-Z
,0-9
,-
and_
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.
– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
|
show 9 more comments
mps-youtube is a new tool which, besides being able to download
YouTube videos (either the whole video or just the audio), can also
search and play YouTube videos and create local playlists, all from
the command line.
Installation
Install pip
sudo apt-get install python-pip
Then install mps-youtube using pip:
sudo pip install mps-youtube
You'll also need mplayer
sudo apt-get install mplayer
Usage
To run mps-youtube, use the following command:
mpsyt
To search for a video on YouTube, prefix your search with either "." or "/".
Example: to search for "pantera", use:
.pantera
A full tutorial can be found here
add a comment |
For me the following lines worked:
sudo apt-get remove -y youtube-dl
wget -O - https://yt-dl.org/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl > /dev/null
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r
add a comment |
Update youtube-dl
by adding this PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
Then you may download any video as usual. For example:
youtube-dl https://www.youtube.com/watch?v=Ix1rD4JD3eo
Note: It still could be downloaded using pip
. It is OS independent!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f118802%2funable-to-download-youtube-video%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
The youtube-dl
script comes with its own update mechanism. Simply run this to update it:
$ youtube-dl -U
See the help (--help
):
-U, --update update this program to latest version. Make sure
that you have sufficient permissions (run with sudo if
needed)
This is a little cat and mouse game that users of this script have to periodically update the script, because YouTube breaks the ability to download videos from the site.
I would also encourage you to use single/double quotes when passing the URLs to youtube-dl
via the command line on the off chance that they include unusual characters such as question marks and ampersands. This way, the shell does not interpret those characters!
Here's a example of using single quotes:
$ youtube-dl 'http://www.youtube.com/watch?v=ONWvX8ESrsk'
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by runningsudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.
– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could bea-z
,A-Z
,0-9
,-
and_
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.
– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
|
show 9 more comments
The youtube-dl
script comes with its own update mechanism. Simply run this to update it:
$ youtube-dl -U
See the help (--help
):
-U, --update update this program to latest version. Make sure
that you have sufficient permissions (run with sudo if
needed)
This is a little cat and mouse game that users of this script have to periodically update the script, because YouTube breaks the ability to download videos from the site.
I would also encourage you to use single/double quotes when passing the URLs to youtube-dl
via the command line on the off chance that they include unusual characters such as question marks and ampersands. This way, the shell does not interpret those characters!
Here's a example of using single quotes:
$ youtube-dl 'http://www.youtube.com/watch?v=ONWvX8ESrsk'
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by runningsudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.
– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could bea-z
,A-Z
,0-9
,-
and_
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.
– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
|
show 9 more comments
The youtube-dl
script comes with its own update mechanism. Simply run this to update it:
$ youtube-dl -U
See the help (--help
):
-U, --update update this program to latest version. Make sure
that you have sufficient permissions (run with sudo if
needed)
This is a little cat and mouse game that users of this script have to periodically update the script, because YouTube breaks the ability to download videos from the site.
I would also encourage you to use single/double quotes when passing the URLs to youtube-dl
via the command line on the off chance that they include unusual characters such as question marks and ampersands. This way, the shell does not interpret those characters!
Here's a example of using single quotes:
$ youtube-dl 'http://www.youtube.com/watch?v=ONWvX8ESrsk'
The youtube-dl
script comes with its own update mechanism. Simply run this to update it:
$ youtube-dl -U
See the help (--help
):
-U, --update update this program to latest version. Make sure
that you have sufficient permissions (run with sudo if
needed)
This is a little cat and mouse game that users of this script have to periodically update the script, because YouTube breaks the ability to download videos from the site.
I would also encourage you to use single/double quotes when passing the URLs to youtube-dl
via the command line on the off chance that they include unusual characters such as question marks and ampersands. This way, the shell does not interpret those characters!
Here's a example of using single quotes:
$ youtube-dl 'http://www.youtube.com/watch?v=ONWvX8ESrsk'
edited Feb 14 at 11:55
Jeff Schaller
42.8k1159136
42.8k1159136
answered Mar 9 '14 at 4:52
slm♦slm
252k70533685
252k70533685
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by runningsudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.
– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could bea-z
,A-Z
,0-9
,-
and_
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.
– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
|
show 9 more comments
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by runningsudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.
– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could bea-z
,A-Z
,0-9
,-
and_
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.
– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
2
2
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by running
sudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.– DK Bose
Mar 9 '14 at 5:28
I think in Ubuntu 13.10, the youtube-dl from the software center cannot be updated by running
sudo youtube-dl -U
. If you get youtube-dl directly from yt-dl.org, it updates perfectly with the command.– DK Bose
Mar 9 '14 at 5:28
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
I see that OP is on 13.04. I don't know about that because it is EOL. Whether that will get updates of any software, IDK :(
– DK Bose
Mar 9 '14 at 5:29
1
1
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could be
a-z
, A-Z
, 0-9
, -
and _
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.– DK Bose
Mar 9 '14 at 5:39
Re. unusual characters, at least "basic" YouTube urls look like this: youtube.com/watch?v=........... where the eleven dots could be
a-z
, A-Z
, 0-9
, -
and _
. I have not seen other characters. It's quite possible that there may be unusual characters but I haven't seen them as yet. In any case, your advice is safer.– DK Bose
Mar 9 '14 at 5:39
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Here's an example: youtube.com/watch?v=CGyEd0aKWZE&feature=kp. My kids just watched this video "Ellie Goulding - Burn" today and it has an ampersand in it.
– slm♦
Mar 9 '14 at 12:50
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
Yes, that comes after the basic url and so quotes would help.
– DK Bose
Mar 9 '14 at 14:40
|
show 9 more comments
mps-youtube is a new tool which, besides being able to download
YouTube videos (either the whole video or just the audio), can also
search and play YouTube videos and create local playlists, all from
the command line.
Installation
Install pip
sudo apt-get install python-pip
Then install mps-youtube using pip:
sudo pip install mps-youtube
You'll also need mplayer
sudo apt-get install mplayer
Usage
To run mps-youtube, use the following command:
mpsyt
To search for a video on YouTube, prefix your search with either "." or "/".
Example: to search for "pantera", use:
.pantera
A full tutorial can be found here
add a comment |
mps-youtube is a new tool which, besides being able to download
YouTube videos (either the whole video or just the audio), can also
search and play YouTube videos and create local playlists, all from
the command line.
Installation
Install pip
sudo apt-get install python-pip
Then install mps-youtube using pip:
sudo pip install mps-youtube
You'll also need mplayer
sudo apt-get install mplayer
Usage
To run mps-youtube, use the following command:
mpsyt
To search for a video on YouTube, prefix your search with either "." or "/".
Example: to search for "pantera", use:
.pantera
A full tutorial can be found here
add a comment |
mps-youtube is a new tool which, besides being able to download
YouTube videos (either the whole video or just the audio), can also
search and play YouTube videos and create local playlists, all from
the command line.
Installation
Install pip
sudo apt-get install python-pip
Then install mps-youtube using pip:
sudo pip install mps-youtube
You'll also need mplayer
sudo apt-get install mplayer
Usage
To run mps-youtube, use the following command:
mpsyt
To search for a video on YouTube, prefix your search with either "." or "/".
Example: to search for "pantera", use:
.pantera
A full tutorial can be found here
mps-youtube is a new tool which, besides being able to download
YouTube videos (either the whole video or just the audio), can also
search and play YouTube videos and create local playlists, all from
the command line.
Installation
Install pip
sudo apt-get install python-pip
Then install mps-youtube using pip:
sudo pip install mps-youtube
You'll also need mplayer
sudo apt-get install mplayer
Usage
To run mps-youtube, use the following command:
mpsyt
To search for a video on YouTube, prefix your search with either "." or "/".
Example: to search for "pantera", use:
.pantera
A full tutorial can be found here
answered Mar 15 '14 at 13:30
MaythuxMaythux
1,153816
1,153816
add a comment |
add a comment |
For me the following lines worked:
sudo apt-get remove -y youtube-dl
wget -O - https://yt-dl.org/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl > /dev/null
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r
add a comment |
For me the following lines worked:
sudo apt-get remove -y youtube-dl
wget -O - https://yt-dl.org/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl > /dev/null
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r
add a comment |
For me the following lines worked:
sudo apt-get remove -y youtube-dl
wget -O - https://yt-dl.org/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl > /dev/null
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r
For me the following lines worked:
sudo apt-get remove -y youtube-dl
wget -O - https://yt-dl.org/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl > /dev/null
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r
answered Apr 6 '15 at 8:53
FlavioTrojaFlavioTroja
1111
1111
add a comment |
add a comment |
Update youtube-dl
by adding this PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
Then you may download any video as usual. For example:
youtube-dl https://www.youtube.com/watch?v=Ix1rD4JD3eo
Note: It still could be downloaded using pip
. It is OS independent!
add a comment |
Update youtube-dl
by adding this PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
Then you may download any video as usual. For example:
youtube-dl https://www.youtube.com/watch?v=Ix1rD4JD3eo
Note: It still could be downloaded using pip
. It is OS independent!
add a comment |
Update youtube-dl
by adding this PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
Then you may download any video as usual. For example:
youtube-dl https://www.youtube.com/watch?v=Ix1rD4JD3eo
Note: It still could be downloaded using pip
. It is OS independent!
Update youtube-dl
by adding this PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
Then you may download any video as usual. For example:
youtube-dl https://www.youtube.com/watch?v=Ix1rD4JD3eo
Note: It still could be downloaded using pip
. It is OS independent!
edited Feb 14 at 10:55
TypeError
73
73
answered Nov 1 '14 at 9:20
SathyamSathyam
2,208169
2,208169
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f118802%2funable-to-download-youtube-video%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Have you thought to update your
youtube-dl
tool ?– Slyx
Mar 9 '14 at 4:38
There should be more recent versions of this script packaged for your distribution. Just upgrade to those. This script has no depedencies to speak of, so a backport should not be necessary. The current version in Debian is 2014.02.17-1. What version are you running?
– Faheem Mitha
Mar 9 '14 at 5:27