Youtube-dl Playlist Error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I got the following when I tried to update youtube-dl:
amrat@amrat-GA-78LMT-USB3:~$ sudo youtube-dl -U
[sudo] password for amrat:
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
amrat@amrat-GA-78LMT-USB3:~$
What does it mean?
I installed the program using the terminal.
I also get this error:
WARNING: unable to set language: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
[youtube] ST_WC13rNJo: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Please advise.
command-line youtube youtube-dl
add a comment |
I got the following when I tried to update youtube-dl:
amrat@amrat-GA-78LMT-USB3:~$ sudo youtube-dl -U
[sudo] password for amrat:
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
amrat@amrat-GA-78LMT-USB3:~$
What does it mean?
I installed the program using the terminal.
I also get this error:
WARNING: unable to set language: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
[youtube] ST_WC13rNJo: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Please advise.
command-line youtube youtube-dl
add a comment |
I got the following when I tried to update youtube-dl:
amrat@amrat-GA-78LMT-USB3:~$ sudo youtube-dl -U
[sudo] password for amrat:
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
amrat@amrat-GA-78LMT-USB3:~$
What does it mean?
I installed the program using the terminal.
I also get this error:
WARNING: unable to set language: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
[youtube] ST_WC13rNJo: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Please advise.
command-line youtube youtube-dl
I got the following when I tried to update youtube-dl:
amrat@amrat-GA-78LMT-USB3:~$ sudo youtube-dl -U
[sudo] password for amrat:
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
amrat@amrat-GA-78LMT-USB3:~$
What does it mean?
I installed the program using the terminal.
I also get this error:
WARNING: unable to set language: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
[youtube] ST_WC13rNJo: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Please advise.
command-line youtube youtube-dl
command-line youtube youtube-dl
edited Aug 3 '16 at 13:34
andrew.46
22.4k1470150
22.4k1470150
asked Jul 22 '16 at 4:16
NickNick
1615
1615
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You would be best to remove the Repository youtube-dl which rarely copes with downloading videos or upgrading itself and install instead directly from the developer's website:
sudo apt-get remove youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
And then from time to time update your version with:
sudo youtube-dl -U
Current version reports the following:
andrew@ilium~$ youtube-dl --version
2016.08.01
andrew@ilium~$
And this version has no issues with any current YouTube videos and/or playlists that I tested it with...
References:
- youtube-dl: Download
add a comment |
If you installed through a package manager through the terminal, then I'm assuming you used apt.
In that case, try running
sudo apt-get update && sudo apt-get upgrade
to upgrade all installed packages, or use:
apt-get install --only-upgrade youtube-dl
to just upgrade the youtube-dl package.
Let me know if that works.
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
add a comment |
To fix erorrs while using youtube-dl command, try below fix:
Uninstall youtuble-dl using command : sudo apt-get remove youtube-dl
Install pip using command : sudo apt-get install python-pip
Once done - install youtube-dl : sudo pip install youtube-dl
This worked for me, Hope it does for you as well! :)
add a comment |
It means youtube-dl needs to upgraded by other means than apt or apt-get which use repo or repos which has proven to be outdated.
pip has proven to have the current version youtube-dl which is least likely to fail the download.
try sudo -H pip install -U youtube-dl, should show clean update of youtube-dl in terminal
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f801531%2fyoutube-dl-playlist-error%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
You would be best to remove the Repository youtube-dl which rarely copes with downloading videos or upgrading itself and install instead directly from the developer's website:
sudo apt-get remove youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
And then from time to time update your version with:
sudo youtube-dl -U
Current version reports the following:
andrew@ilium~$ youtube-dl --version
2016.08.01
andrew@ilium~$
And this version has no issues with any current YouTube videos and/or playlists that I tested it with...
References:
- youtube-dl: Download
add a comment |
You would be best to remove the Repository youtube-dl which rarely copes with downloading videos or upgrading itself and install instead directly from the developer's website:
sudo apt-get remove youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
And then from time to time update your version with:
sudo youtube-dl -U
Current version reports the following:
andrew@ilium~$ youtube-dl --version
2016.08.01
andrew@ilium~$
And this version has no issues with any current YouTube videos and/or playlists that I tested it with...
References:
- youtube-dl: Download
add a comment |
You would be best to remove the Repository youtube-dl which rarely copes with downloading videos or upgrading itself and install instead directly from the developer's website:
sudo apt-get remove youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
And then from time to time update your version with:
sudo youtube-dl -U
Current version reports the following:
andrew@ilium~$ youtube-dl --version
2016.08.01
andrew@ilium~$
And this version has no issues with any current YouTube videos and/or playlists that I tested it with...
References:
- youtube-dl: Download
You would be best to remove the Repository youtube-dl which rarely copes with downloading videos or upgrading itself and install instead directly from the developer's website:
sudo apt-get remove youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
And then from time to time update your version with:
sudo youtube-dl -U
Current version reports the following:
andrew@ilium~$ youtube-dl --version
2016.08.01
andrew@ilium~$
And this version has no issues with any current YouTube videos and/or playlists that I tested it with...
References:
- youtube-dl: Download
answered Aug 3 '16 at 13:31
andrew.46andrew.46
22.4k1470150
22.4k1470150
add a comment |
add a comment |
If you installed through a package manager through the terminal, then I'm assuming you used apt.
In that case, try running
sudo apt-get update && sudo apt-get upgrade
to upgrade all installed packages, or use:
apt-get install --only-upgrade youtube-dl
to just upgrade the youtube-dl package.
Let me know if that works.
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
add a comment |
If you installed through a package manager through the terminal, then I'm assuming you used apt.
In that case, try running
sudo apt-get update && sudo apt-get upgrade
to upgrade all installed packages, or use:
apt-get install --only-upgrade youtube-dl
to just upgrade the youtube-dl package.
Let me know if that works.
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
add a comment |
If you installed through a package manager through the terminal, then I'm assuming you used apt.
In that case, try running
sudo apt-get update && sudo apt-get upgrade
to upgrade all installed packages, or use:
apt-get install --only-upgrade youtube-dl
to just upgrade the youtube-dl package.
Let me know if that works.
If you installed through a package manager through the terminal, then I'm assuming you used apt.
In that case, try running
sudo apt-get update && sudo apt-get upgrade
to upgrade all installed packages, or use:
apt-get install --only-upgrade youtube-dl
to just upgrade the youtube-dl package.
Let me know if that works.
edited Aug 3 '16 at 13:11
answered Jul 22 '16 at 6:40
WilliamWilliam
213
213
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
add a comment |
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
amrat@amrat-GA-78LMT-USB3:~$ sudo apt-get update youtube-dl E: The update command takes no arguments
– Nick
Aug 1 '16 at 13:46
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
Answer edited above. Sorry, I gave you the wrong command originally.
– William
Aug 3 '16 at 13:14
add a comment |
To fix erorrs while using youtube-dl command, try below fix:
Uninstall youtuble-dl using command : sudo apt-get remove youtube-dl
Install pip using command : sudo apt-get install python-pip
Once done - install youtube-dl : sudo pip install youtube-dl
This worked for me, Hope it does for you as well! :)
add a comment |
To fix erorrs while using youtube-dl command, try below fix:
Uninstall youtuble-dl using command : sudo apt-get remove youtube-dl
Install pip using command : sudo apt-get install python-pip
Once done - install youtube-dl : sudo pip install youtube-dl
This worked for me, Hope it does for you as well! :)
add a comment |
To fix erorrs while using youtube-dl command, try below fix:
Uninstall youtuble-dl using command : sudo apt-get remove youtube-dl
Install pip using command : sudo apt-get install python-pip
Once done - install youtube-dl : sudo pip install youtube-dl
This worked for me, Hope it does for you as well! :)
To fix erorrs while using youtube-dl command, try below fix:
Uninstall youtuble-dl using command : sudo apt-get remove youtube-dl
Install pip using command : sudo apt-get install python-pip
Once done - install youtube-dl : sudo pip install youtube-dl
This worked for me, Hope it does for you as well! :)
answered Apr 7 '17 at 4:17
Heera RHeera R
111
111
add a comment |
add a comment |
It means youtube-dl needs to upgraded by other means than apt or apt-get which use repo or repos which has proven to be outdated.
pip has proven to have the current version youtube-dl which is least likely to fail the download.
try sudo -H pip install -U youtube-dl, should show clean update of youtube-dl in terminal
add a comment |
It means youtube-dl needs to upgraded by other means than apt or apt-get which use repo or repos which has proven to be outdated.
pip has proven to have the current version youtube-dl which is least likely to fail the download.
try sudo -H pip install -U youtube-dl, should show clean update of youtube-dl in terminal
add a comment |
It means youtube-dl needs to upgraded by other means than apt or apt-get which use repo or repos which has proven to be outdated.
pip has proven to have the current version youtube-dl which is least likely to fail the download.
try sudo -H pip install -U youtube-dl, should show clean update of youtube-dl in terminal
It means youtube-dl needs to upgraded by other means than apt or apt-get which use repo or repos which has proven to be outdated.
pip has proven to have the current version youtube-dl which is least likely to fail the download.
try sudo -H pip install -U youtube-dl, should show clean update of youtube-dl in terminal
edited Apr 28 '17 at 23:05
answered Apr 28 '17 at 22:55
nkvnkvnkvnkv
4462715
4462715
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f801531%2fyoutube-dl-playlist-error%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