Youtube-dl Playlist Error





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















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.










share|improve this question































    3















    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.










    share|improve this question



























      3












      3








      3








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 3 '16 at 13:34









      andrew.46

      22.4k1470150




      22.4k1470150










      asked Jul 22 '16 at 4:16









      NickNick

      1615




      1615






















          4 Answers
          4






          active

          oldest

          votes


















          5














          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






          share|improve this answer































            2














            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.






            share|improve this answer


























            • 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



















            1














            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! :)






            share|improve this answer































              0














              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






              share|improve this answer


























                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
                });


                }
                });














                draft saved

                draft discarded


















                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









                5














                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






                share|improve this answer




























                  5














                  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






                  share|improve this answer


























                    5












                    5








                    5







                    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






                    share|improve this answer













                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 3 '16 at 13:31









                    andrew.46andrew.46

                    22.4k1470150




                    22.4k1470150

























                        2














                        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.






                        share|improve this answer


























                        • 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
















                        2














                        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.






                        share|improve this answer


























                        • 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














                        2












                        2








                        2







                        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.






                        share|improve this answer















                        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.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        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



















                        • 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











                        1














                        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! :)






                        share|improve this answer




























                          1














                          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! :)






                          share|improve this answer


























                            1












                            1








                            1







                            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! :)






                            share|improve this answer













                            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! :)







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Apr 7 '17 at 4:17









                            Heera RHeera R

                            111




                            111























                                0














                                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






                                share|improve this answer






























                                  0














                                  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






                                  share|improve this answer




























                                    0












                                    0








                                    0







                                    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






                                    share|improve this answer















                                    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







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Apr 28 '17 at 23:05

























                                    answered Apr 28 '17 at 22:55









                                    nkvnkvnkvnkv

                                    4462715




                                    4462715






























                                        draft saved

                                        draft discarded




















































                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        Category:香港粉麵

                                        List *all* the tuples!

                                        Channel [V]