Announcement

Collapse
No announcement yet.

youtube-dl ,,,removed from GitHub

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    youtube-dl ,,,removed from GitHub

    https://www.zdnet.com/article/riaa-b...outube-videos/



    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    #2
    2020 doesn't stop

    I guess there are going to be several anonymous clones with all the implied security issues.

    (I wonder about the repo versions as well. In any case, they're mostly outdated.)

    Edit: worth a watch
    Last edited by chimak111; Oct 26, 2020, 08:53 PM.
    Kubuntu 20.04

    Comment


      #3
      Just one more reason to stay three or four releases behind the times.
      woodsmoke
      sigpic
      Love Thy Neighbor Baby!

      Comment


        #4
        https://gitlab.com/ytdl-org/youtube-dl
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Forget the Entertainment industry. The real problem this takedown creates is that it blocks DL'ing a controversial video, or an incriminating one to archive it for subsequent use and proof. Just another form of the increasing censorship ramping up around the world.
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #6
            Thanks for that link GG.
            Kubuntu 23.11 64bit under Kernel 6.8.7, Hp Pavilion, 6MB ram. All Bow To The Great Google... cough, hack, gasp.

            Comment


              #7
              Twenty years after Napster and these fools have learnt nothing it seems.

              Comment


                #8
                Originally posted by Bings View Post
                Twenty years after Napster and these fools have learnt nothing it seems.
                They have learned how to tweak YT to make sure that youtube-dl doesn't work, like they did once before but was foiled by an immediate update of youtube-dl. But, when they tweak it this time youtube-dl won't be adjusted to the changes and won't work any more. All those YT download extensions and widgets won't work any more.

                They are still being stupid, however. It may complicate matters just a little but one can play a YT video and use a screen capture tool like Vokoscreen or others to capture it as it plays on the screen and through the audio.
                "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                – John F. Kennedy, February 26, 1962.

                Comment


                  #9
                  well it's still updating ,,,,,,,,,,

                  Code:
                  [FONT=monospace][COLOR=#54ff54][B]vinny@vinny-bonox8[/B][/COLOR][COLOR=#000000]:[/COLOR][COLOR=#5454ff][B]~[/B][/COLOR][COLOR=#000000]$ sudo youtube-dl -U [/COLOR]
                  [sudo] password for vinny:  
                  Updating to version 2020.11.01.1 ... 
                  Updated youtube-dl. Restart youtube-dl to use the new version.
                  
                  [/FONT]
                  VINNY
                  i7 4core HT 8MB L3 2.9GHz
                  16GB RAM
                  Nvidia GTX 860M 4GB RAM 1152 cuda cores

                  Comment


                    #10
                    I get a failure saying that a debian upgrade is not allowed...
                    youtube-dl: error: youtube-dl's self-update mechanism is disabled on Debian.
                    Please update youtube-dl using apt(8).
                    See https://packages.debian.org/sid/youtube-dl for the latest packaged version.
                    The package at debian.org is not the newest version...
                    Kubuntu 23.11 64bit under Kernel 6.8.7, Hp Pavilion, 6MB ram. All Bow To The Great Google... cough, hack, gasp.

                    Comment


                      #11
                      Originally posted by vinnywright View Post
                      well it's still updating ...
                      I got updated to the same version today but on previous days (after the takedown), I got a response which basically meant that I should try later.
                      Kubuntu 20.04

                      Comment


                        #12
                        Originally posted by vinnywright View Post
                        well it's still updating ,,,,,,,,,,

                        Code:
                        [FONT=monospace][COLOR=#54ff54][B]vinny@vinny-bonox8[/B][/COLOR][COLOR=#000000]:[/COLOR][COLOR=#5454ff][B]~[/B][/COLOR][COLOR=#000000]$ sudo youtube-dl -U [/COLOR]
                        [sudo] password for vinny:  
                        Updating to version 2020.11.01.1 ... 
                        Updated youtube-dl. Restart youtube-dl to use the new version.
                        
                        [/FONT]
                        VINNY
                        Not here:
                        $ sudo youtube-dl -U
                        [sudo] password for jerry:
                        Usage: youtube-dl [OPTIONS] URL [URL...]

                        youtube-dl: error: youtube-dl's self-update mechanism is disabled on Debian.
                        Please update youtube-dl using apt(8).
                        See https://packages.debian.org/sid/youtube-dl for the latest packaged version.
                        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                        – John F. Kennedy, February 26, 1962.

                        Comment


                          #13
                          @GreyGeek,

                          re.
                          Code:
                          $ sudo youtube-dl -U
                          [sudo] password for jerry:
                          Usage: youtube-dl [OPTIONS] URL [URL...]
                          
                          youtube-dl: error: youtube-dl's self-update mechanism is disabled on Debian.
                          Please update youtube-dl using apt(8).
                          See https://packages.debian.org/sid/youtube-dl for the latest packaged version.
                          is your version of youtube-dl from the repos? Mine was direct from the now unavailable https://yt-dl.org/downloads/latest/youtube-dl using
                          Code:
                          sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
                          sudo chmod a+rx /usr/local/bin/youtube-dl
                          Kubuntu 20.04

                          Comment


                            #14
                            Code:
                            john@john-Desktop:/etc$ youtube-dl
                            /usr/bin/env: ‘python’: No such file or directory
                            It successfully downloaded for me, but I got the above error. I got the error with sudo also, so /usr/bin/env is not finding an object named "python".

                            I'll remove this version and go back to the repo version. It, at least, worked on the YTs that interest me.
                            The next brick house on the left
                            Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.24.7 | Kubuntu 22.04.4 | 6.5.0-28-generic


                            Comment


                              #15
                              Originally posted by jglen490 View Post
                              Code:
                              john@john-Desktop:/etc$ youtube-dl
                              /usr/bin/env: ‘python’: No such file or directory
                              It successfully downloaded for me, but I got the above error. I got the error with sudo also, so /usr/bin/env is not finding an object named "python".

                              I'll remove this version and go back to the repo version. It, at least, worked on the YTs that interest me.
                              Have you tried sudo ln -s /usr/bin/python3 /usr/bin/python? That fixed /usr/bin/env: ‘python’: No such file or directory for me.
                              Kubuntu 20.04

                              Comment

                              Working...
                              X