• Mikina@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 days ago

    I’m running Freetube for all my YouTube viewing in both Fedora and Windows at work, since it can subscribe without having a perosnalized feed and doesn’t requires an account. It can also download in variety of formats, so I suppose it does run ytdl in some capacity in the backend.

  • renegadesporkA
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 days ago

    I used to use Tube Archivist, but once I discovered that Pinchflat can integrate with existing media libraries (Plex, Jellyfin), I switched to that.

    These were/are both hosted using Docker on Linux servers, accessed via the WebUI.

    It’s a lot more work to set up, but having videos just show up in my Plex library with all the metadata is worth it.

  • BehindTheBarrier@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 days ago

    Made my own (windows only) to learn programming. Primarily because nothing beats Ctrl-C, Alt-Tab, Ctrl-V, Enter, Alt-Tab to download something. Then profiles, textfile with link support, and parallel downloads since some sites rate limit downloads.

    Somewhat crude (don’t ask me how the profile are stored behind the scenes, it’s a mess)

    https://github.com/Thomasedv/Grabber

  • Skyline969@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    I just wrote my own web-based one. All HTML5, no JS, it’s lean and mean. It gets the job done but it ain’t pretty or full-featured.

      • Skyline969@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        You sure you want to? It’s pretty bare-bones and basic. Designed for mobile as that was my use case. If I were to present it publicly I would probably take a few days to polish it up and fix a few instances where it spontaneously breaks or doesn’t give a useful description of an error.