Archival Tools - How to archive anything.

I keep getting 403 forbidden when I try to access any archive site? Is this a problem with my browser or something else?
YouTube downloader sites keep getting censored by ISPs, especially lately. I imagine a lot get fully taken down by Google themselves over time. For an example of a censored one, my ISP blocked Peggo.tv, claiming it wasn't secure and didn't give me the option to access it 'at my own risk'. The site eventually got updated and I can access it again, though it just seems like a snake vs newt situation. I used to rely on VideoGrabby, but they went a long time bending the knee to Google's threats and I haven't tried it again for some time. I want to download a reliable video downloader, but I'm paranoid as shit about downloading programs I'm not familiar with.
 
Hey, this is a PSA, mixtape.moe is shutting down on the 31st. You should back up any files you posted on there.

Here's the blogpost about it.
 
Slightly ⏰ but for documentation

On telegram it's now easier to remove evidence and have plausible deniability. Forwarded messages might no longer indicate who wrote them, and old messages can be deleted for everyone at any time.


If your evidence is too important for screenshots, then maybe the only solid form would be a video? Just something to have in mind. In the recent zoosadist ops, this would have thrown in a massive wrench.
 
One thing I recommend doing for videos is just downloading and archiving them on your own YouTube channel, and then linking to said archives in threads through media tags, so they are easily watchable. I've been doing this since the Blaire White thread, and so far it's been working well. If YouTube fucks you over, I'd just make a Vimeo account or something.

By doing this, you basically make yourself the host of lolcow content, and in most cases they can't take it down. It's an easy way to prevent complete execution of DFA.
 
Use this to download youtube videos.

I tried YouTube DL today from the links here and all I got was errors being thrown up that said ""token" parameter not in video info for unknown reason", and this happened with two different videos, including an old grocery store commercial someone uploaded a decade ago.
 
This is a slightly optimized bookmarklet for FreezePage:
Code:
javascript:void(window.open('http://www.freezepage.com/?button=1&url='+encodeURIComponent(location.href)+'&name='+encodeURIComponent(document.title)).opener=null)
If you guys are too lazy to copy-paste links to archive.li/tweetsave/whatever, use these bookmarklets instead:
archive.li:
Code:
javascript:void(open('https://archive.li/?run=1&url='+encodeURIComponent(document.location)))
save the shit in the code tag as bookmark and click them when you open a page you'd like to archive
The other two services in the linked post seem to have died (or I would have bothered to optimize those bookmarks), but here's a slightly optimized set of bookmarklets for archive .li and .today (it looks like the forum changes archive .is to use .li instead):
Code:
javascript:void(window.open('https://archive.li/?run=1&url='+encodeURIComponent(location.href)).opener=null)
Code:
javascript:void(window.open('https://archive.today/?run=1&url='+encodeURIComponent(location.href)).opener=null)
The key thing is to set the opener property to null so that JS on the archiver-site can't affect the page you opened the bookmarklet from; also, it's slightly faster to use the global location object directly rather than as a property of window, but it's also a good idea to call methods of the window object as methods rather than as ordinary functions, which is why I replaced (open( with (window.open( (even though encodeURIComponent is a global function, it's part of JS itself rather than specifically a method of the window object, so that one should be called as an ordinary function).
 
I can't get screencaps to work. I'm trying to cap two ig and a FB page and it won't do it, but I'm on tablet/phone at work and won't have desktop access for a while. is there any alternate way to cap a full page?
 
I'm not sure if anyone's brought this up yet, but Vivaldi has native page/screen capture functions.
You can also use Lightshot if you need a more specific PrintScreen.
 
  • Informative
Reactions: Biker and totse
Not exactly archival tools (since this is saving e-evidence directly to your drive, rather than keeping a snapshot for future (e-)generations), but does anybody have any good tools/tips for downloading images from Twitter posts with multiple images? Because with a post with only one image, you can just right click to save the image, while with multiple images, you either have to save the whole webpage or use some inspect element bullshit to get the image URL.

PS. Fuck Twitter, now and forever.
 
  • Like
Reactions: Brillig
Not exactly archival tools (since this is saving e-evidence directly to your drive, rather than keeping a snapshot for future (e-)generations), but does anybody have any good tools/tips for downloading images from Twitter posts with multiple images? Because with a post with only one image, you can just right click to save the image, while with multiple images, you either have to save the whole webpage or use some inspect element bullshit to get the image URL.

PS. Fuck Twitter, now and forever.
untested but this page has some suggestions: https://nocodewebscraping.com/how-to-download-videos-and-pictures-from-twitter/

I've had trouble getting animated gifs off of twitter in the past, but i haven't looked too deep into how to get it to work. is there an archival tools wiki or something along those lines somewhere? i'd be surprised if not.
In terms of twitter media, you can use this to break it all down into a zip or individually. Not sure if that's what you're looking for, but it works for me.

 
I know archive.is/.fo exists but I'm trying to find a website I know about that runs a browser instance and let's you sign into various accounts and archive that as well as lets other people view and scroll through what you've archived. I've tried searching and found nothing but I know that I first saw the website posted here.
 
  • Autistic
Reactions: zedkissed60
I know archive.li/.fo exists but I'm trying to find a website I know about that runs a browser instance and let's you sign into various accounts and archive that as well as lets other people view and scroll through what you've archived. I've tried searching and found nothing but I know that I first saw the website posted here.
Check this thread:
You can create a really good reddit archive by changing the r in the reddit URL to c.
 
Back