As Funimation drama unravels, here's a reminder for you that yt-dlp is able to download Funimation videos. Use that opportunity to preserve your collections before they're gone! (and keep them forever and ever)

Credits to humble jbk@discuss.tchncs.de who brought that up!

you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago (2 children)

Yeah for doing batch stuff. I’d like to be able to say copy and paste 15 different playlists, deselect some of the videos in them, and be able to walk away from my computer.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago* (1 child)
  • [–] 15 points 2 years ago* (1 child)

    That is not easier or quicker than shift selecting 70 videos in a list in a list and ctrl clicking the 6 I don't want.

    There's a reason GUIs won out over CLIs for most use cases.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    There’s a reason GUIs won out over CLIs for most use cases.

    (I shouldn't take the bait...) ah, and what do you think that is?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 2 years ago (1 child)

    Because they are simpler and easier.

    Take for example a photo of folders, you can easily parse through a grid of photos to find the picture you're looking.

    CLI are great for some things, and they're not great for others.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -2 points 2 years ago (1 child)

    Photos... as in exploring content that is not text based? ... I knew it was bait.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    What did you expect me to say GUIs are better at the thing CLI at better at?

    The whole point is the graphical side of it, so of course I’m going to choose something visual.

    It’s not bait just because I don’t answer a question in a way that lets you act like a smug Linux nerd.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago

    If you’re copy pasting playlists using plain text files (one url per line) you can download every url in a single file by running yt-dlp -a <filename>. If you have multiple files, it’s straightforward to write a shell script that calls it for each of them.

  • source
  • parent