• 3 Posts
  • 27 Comments
Joined 7 months ago
cake
Cake day: April 15th, 2024

help-circle
  • I’m not 100% following, but if this is content that’s gone from being publicly viewable, uploading it to archive.org seems appropriate (but don’t take my word for it). Though if you do upload, it sounds like just the “part files” or just the “full files” would be enough. You could then also seed the torrent there.

    The imgur links you might try uploading to ArchiveTeam’s imgur-grab project. Looking at the tracker, the archival seems currently half dead, but I’m sure they’ll get around to saving what’s left. (Unless it’s dead because imgur made it nigh impossible, which I can definitely imagine)


  • If you store it in compressed chunks (or on a file system that supports compression, I guess), that should be a great deal smaller, being text only.

    They supposedly never delete good stuff, just make it unavailable, as you said. Maybe we’ll get them in a hundred or so years!

    ArchiveTeam’s uploads also don’t have torrent files (anymore). Their wiki says that they disabled it to lighten the load on IA’s servers, as creating a .torrent file for a 10+GB upload takes considerable time, especially if it has to be redone.

















  • You can get all the IDs using yt-dlp

    yt-dlp --flat-playlist --print id <playlist>

    Assuming you’re on linux, you can add >> ids_all.txt at the end to save the list to a file.

    You can also add

    --compat-options no-youtube-unavailable-videos

    to get only the list of available videos instead and then, again assuming you’re on linux, do

    diff ids_all.txt ids_available.txt

    to get the odd ones out. That’s the simplest I could come up with. You’ll have to hope you can use the wayback machine, or a good old exact search to turn up what video that ID actually referred to





  • kabi@lemm.eetoLinux@lemmy.mlIs Neofetch abandoned?
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    There’s a million alternatives that do the exact same thing. Fastfetch is just better, since it’s still maintained, and not painfully slow. I used to think neofetch being slow was kind of cute. Then I switched to fastfetch, and now I can’t bear the years neofetch takes to run.