Anon 06/22/2024 (Sat) 16:27 No.10522 del
(61.18 KB 1920x2463 fancy_winona.png)
(43.52 KB 1920x1728 pinkie_diamond.png)
(56.75 KB 1920x1809 zecora_sombra.png)
(43.98 KB 1920x2159 gummy_vinyl.png)
(32.22 KB 1920x1245 nmm_blueblood.png)
>>10521
>>10520
I grabbed those 2704 online image files. I used this simple code and stuff (nested while loop):
>$ a=(twilight rarity applejack rainbow flutter pinkie spike sweetie scoot abloom babs celestia luna cadence twilight_p bigmac shining blueblood braeburn fancy zecora nmm chrys sombra lightning sunset trixie gilda discord Dolores Dolores2 diamond silver cheerilee granny spitfire fleur bonbon lyra derpy doctor golden octavia vinyl vinyl2 angel opal gummy owl tank winona faust); n=0; while [[ $n -lt 52 ]]; do i=0; while [[ $i -lt 52 ]]; do echo ${a[$n]}_${a[i]}; i=$(expr $i + 1); done; n=$(expr $n + 1); done > ponyfusn.txt

Durations:
>$ utc; grab-site --input-file=ponyfusn.txt 1>fusion.ponyar.net_1.txt 2>fusion.ponyar.net_2.txt; utc
>2024-06-22T14:26:13.323099973Z
>2024-06-22T14:40:12.179978527Z
>$ # HTTP 200 on all of them
and
>$ utc; python3 -m warcat extract /zc/warc/fusion.ponyar.net/zc-put-in-1-bbb-aaa-ccc-ponyfusn.txt-2024-06-22-f07d427d/zc-put-in-1-bbb-aaa-ccc-ponyfusn.txt-2024-06-22-f07d427d-00000.warc.gz; utc
>2024-06-22T15:22:39.464040382Z
>2024-06-22T15:23:42.469965633Z
>$ # 5 random images from "find /zc/warc/fusion.ponyar.net/raws/fusion.ponyar.net/cache | sort -R | head -n5"
This software: https://github.com/chfoo/warcat - linked from https://wiki.archiveteam.org/index.php?title=The_WARC_Ecosystem#Tools

Message too long. Click here to view full text.