• wander1236@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    59
    arrow-down
    4
    ·
    9 months ago

    It’s a hell of a lot more convenient to go to a shady site with an adblocker installed than install/update Python and a couple command line packages before manually performing conversion yourself.

    • CalOtsu@kbin.social
      link
      fedilink
      arrow-up
      29
      ·
      9 months ago

      You can yt-dlg right off the microsoft store on windows which is just a straight up GUI for yt-dlp.

    • waigl@lemmy.world
      link
      fedilink
      English
      arrow-up
      29
      arrow-down
      6
      ·
      edit-2
      9 months ago

      “A couple command line packages”, well, since both yt-dlp and ffmpeg are command line tools and two technically qualifies as “a couple”, this is technically correct, but making it seem like much more of a big deal than it is at the same time.

      Also, you do not have to install Python for any of this. Never mind having Python installed is a good idea anyway.

      • lseif@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        2
        ·
        9 months ago

        two doesnt ‘qualify’ as a couple. two IS couple. a couple is two

    • eah@kbin.social
      link
      fedilink
      arrow-up
      13
      ·
      9 months ago

      yt-dlp has the -x option to extract the audio, and as far as I can tell it doesn’t reencode which is fast. Ripping music from youtube is a single command. yt-dlp -x url

    • Tarquinn2049@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      edit-2
      9 months ago

      This has the same vibes as one of those commercials that tries to sell a convoluted single use kitchen tool by showing a bunch of people too disingenuously incompetent to handle the established standard, actually simple, way of doing it.

      https://youtu.be/qM4zMofsI7w?

      This sort of thing. Make the simple problem seem impossible to solve, so the useless product feels more necessary.

    • lseif@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      on linux at least, its one command to install, one command to run. worth the ‘effort’

    • gayhitler420
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      A lot of fucking nerds are replying to you, but here’s a way I use yt-dlp that’s much more convenient than messing around with weird sites:

      I want to keep local copies of streams from this one channel. I have a folder all the videos go in and when I run yt-dlp, I use the “—download-archive filename.txt” option. When yt-dlp runs on the stream playlist link with that option, it first checks which videos on the list are already downloaded and only gets the ones that aren’t present then adds them to the filename.txt.

      Of course, I don’t run yt-dlp anymore, the computer does it twice a day automatically. If I did, I have another .txt in the directory that has the full command with the playlist link and all the options.

      If you’re making any significant use of weird sites to download stuff from platforms, it’s worth it to learn and use yt-dlp. Feel free to holler at me if you want to get it working.