thumbnail of QmbiB3TNfepTXKfzJEuyThdrL7Z2UNZEAEcKhmFunXH85B.mp4
thumbnail of QmbiB3TNfepTXKfzJEuyThdrL7Z2UNZEAEcKhmFunXH85B.mp4
QmbiB3TNfepTXKfzJEuyT... mp4
(1.9 MB, 640x480 h264)
thumbnail of v8puhy.mp4
thumbnail of v8puhy.mp4
v8puhy mp4
(9.92 MB, 360x360 h264)
WARCs of some MLP-related Google Drive / Google Docs data (all offline for now[1]):

2.83 GiB, from_site_n_tumblr_drive
ipfs://QmWEiYQQLGLqsFqYLHSUCfA5Cyd41zvczRzD54GM8cJdaA 

1.67 GiB, from_site_n_tumblr_docs
ipfs://QmS6vfRHn9KjrjpiTNgfBhKX8i9xpvBBbUax1VfxSZvxKK

11.31 GiB, from_mlp_40589284_post
ipfs://QmPLsc7998oBVoPC2poWDdvQtmgPi1JW3ohjxZTCuovgkm

764.82 GiB, from_gdrive-reskey-adder.user.js_file
[Due to the file count, I maybe can't share this folder with hundreds of gigabytes as-is as a torrent]

----

Software which didn't work (not mine):

ipfs://QmSVLdDBQGY9VbvPhDaDZttjEBzCoDqztc5yYwYQ8whScS 
95.53 KiB, googledrivearchiveretrieval

----

Loginwalled pony-related video - "Silence of the Anime - SWF file":
https://archive.org/download/6573745f636d735f646174610a2e2f
^ months ago this was copied to "alt-backend"[2]:
> $ ipfs dht provide bafybeig6ho6kpptqdlkr7jqcq2obgnxt4huuzto6qz3pgpk5l5rawnyoki
> [ -> https://cloudflare-ipfs.com/ipfs/bafybeig6ho6kpptqdlkr7jqcq2obgnxt4huuzto6qz3pgpk5l5rawnyoki -> https://cloudflare-ipfs.com/ipfs/QmbiB3TNfepTXKfzJEuyThdrL7Z2UNZEAEcKhmFunXH85B ]

I recently started a PHP file to get loginwalled files from archive.org. One of the reasons - CLI program "ia" can't download these files: https://ia904701.us.archive.org/view_archive.php?archive=[...] (which is IA's extracted version of ZIP files and whatever). Code:
>  $ cat /var/www/html/fuckia.php
>    $output = shell_exec('a=$(wget --no-verbose "'.$_GET["url"].'" 2>&1 | head -n1 | sed "s/:$//g"); curl -sL --cookie "logged-in-user=youremail%40notgmail.com; logged-in-sig=yourloginsighere" "$a"');
>  header("Content-Disposition: attachment; filename=test.mp4");
>  echo $output;
>  ?>
>  $ # get cookies: https://superuser.com/questions/1715037/how-can-i-view-the-content-of-cookies-in-chrome
It works:
> $ lynx -source -auth=$(cat ~/u):$(cat ~/p) http://localhost/fuckia.php?url=https://archive.org/download/bf83d152c1c048fe02c6c21fd61788/smertime.zip/videoplayback%20%281%29.mp4 | head|xxd|head
> [first bytes of an MP4 file]
> $ # https://files.catbox.moe/v8puhy.mp4
> $ lynx -source -auth=$(cat ~/u):$(cat ~/p) http://localhost/fuckia.php?url=https://archive.org/download/6573745f636d735f646174610a2e2f/weeb.mp4 | head|xxd|head
> [also works, "... ftypisom....isomiso2avc1mp41"]
> $ # helpful for iph0ne users in case it downloads as .html instead of .mp4: https://filext.com/online-file-viewer.html

[1] Todo: various stuff. The data of the first 3 links are in 2 HDDs (as normal FS in one and IPFS in another). It would be better if said data was in 3 HDDs (one-to-one in 2).
[2] Stored one-to-one in 2 HDDs. Uptime of dedicated computer: 27 days.
[-] Referenced videos attached