Announcement

Collapse
No announcement yet.

FireFox is turning belly up

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

    #31
    @Woodsmoke, Pale Moon does not use the "Web Extensions" type of add-on, it is designed to only allow XUL add-ons.

    YouTube downloads are, IMO, a lost cause due to their (Youtube's) attempts to prevent downloads. I avoid YouTube because of that.

    If you find a YouTube downloader which works, please tell us about it.
    Kubuntu 24.11 64bit under Kernel 6.11.0, Hp Pavilion, 6MB ram. Stay away from all things Google...

    Comment


      #32
      Originally posted by TWPonKubuntu View Post
      @Woodsmoke, Pale Moon does not use the "Web Extensions" type of add-on, it is designed to only allow XUL add-ons.

      YouTube downloads are, IMO, a lost cause due to their (Youtube's) attempts to prevent downloads. I avoid YouTube because of that.

      If you find a YouTube downloader which works, please tell us about it.
      I use youtube-dl all the time with no problems.
      If you think Education is expensive, try ignorance.

      The difference between genius and stupidity is genius has limits.

      Comment


        #33
        A point that maybe relevant is that the repo version of youtube-dl is rarely updated unlike the version from https://ytdl-org.github.io/youtube-dl/download.html:

        Code:
        $ youtube-dl --version
        2020.07.28
        $
        Kubuntu 20.04

        Comment


          #34
          @SpecialEd and @Chimak111, thanks for the info, especially about the Repository not having a current version. I'll test this on my system.
          Kubuntu 24.11 64bit under Kernel 6.11.0, Hp Pavilion, 6MB ram. Stay away from all things Google...

          Comment


            #35
            I'm using youtube-dl version 2020.06.16.1 with no problems at all.
            "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


              #36
              Thanks, I tried it and it works for me also.

              Now it needs a GUI interface. Command line is just too slow due to the Many configuration options.

              But at least it works.
              Kubuntu 24.11 64bit under Kernel 6.11.0, Hp Pavilion, 6MB ram. Stay away from all things Google...

              Comment


                #37
                There's something called "YouTubeDL Material" (maybe with a hyphen): https://github.com/Tzahi12345/YoutubeDL-Material.

                I haven't used it. My usage is pretty much limited to the terminal with the following aliases:

                Code:
                alias yt43='youtube-dl -f 43 -o "$HOME/Downloads/%(title)s" '
                alias yth='youtube-dl -o "$HOME/Downloads/%(title)s" '
                alias yta='youtube-dl --extract-audio --audio-format best -o "$HOME/Downloads/%(title)s.%(ext)s" '
                alias ytu='sudo youtube-dl -U'
                Note the intentional space at the end of each of the first three aliases. That means that when you type the alias into a terminal you need to paste in the video's url and then hit enter.

                yt43 downloads the video in the webm format with relatively low quality (360x640)
                yth downloads the video with the best quality
                yta downloads the video in best quality but then retains only the audio
                ytu updates to the latest version but I use it only when a download throws up an error message. Updating usually fixes things.

                I don't download entire playlists or do more advanced stuff. So the aliases are enough for me.
                Last edited by chimak111; Sep 05, 2020, 09:59 PM.
                Kubuntu 20.04

                Comment


                  #38
                  Originally posted by jlittle View Post
                  ... The last time I tried in Chrome I couldn't stop "background: #ffffff" which I loathe passionately as it hurts my eyes. ...
                  Many users of dark mode with Google Chrome had the issue.

                  I think it's largely fixed. A very, very few sites still flash white very briefly before loading the dark background specified by the user's stylesheet and the new tab page behaves itself.

                  Brave, which is based on Chromium, is equally usable in this respect.
                  Kubuntu 20.04

                  Comment


                    #39
                    Originally posted by chimak111 View Post
                    Many users of dark mode with Google Chrome had the issue.
                    It wasn't just the flash, extensions weren't allowed to change web pages.

                    But, you never know what life has around the corner. Since I made that post I got a new (to me) work win10 laptop and it had Chrome as the browser default, so I checked out my fave extension, "Dark Background and Light Text", and it mostly works just like Firefox.
                    Regards, John Little

                    Comment


                      #40
                      All I do is open a Konsole, cd to /video/somefolder, enter "youtube-dl https://www.youtube.com/watch?v=T-oXYoDZM64", pasting the URL behind the command, and hit enter. It always works. I let the app determine the best download and I've never had a reason to redo a download.
                      "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


                        #41
                        Originally posted by GreyGeek View Post
                        All I do is open a Konsole, cd to /video/somefolder, enter "youtube-dl https://www.youtube.com/watch?v=T-oXYoDZM64", pasting the URL behind the command, and hit enter. It always works. I let the app determine the best download and I've never had a reason to redo a download.
                        Thank you for the gentle hint

                        The aliases I posted need a bit of clarification which I'll now provide.
                        Kubuntu 20.04

                        Comment


                          #42
                          Originally posted by chimak111 View Post
                          Thank you for the gentle hint

                          The aliases I posted need a bit of clarification which I'll now provide.
                          Mmm... I never looked at your aliases, so I went back and took a look. Pretty neat! I might steal them!
                          "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

                          Working...
                          X