thumbnail of fancy_winona.png
thumbnail of fancy_winona.png
fancy_winona png
(61.18 KB, 1920x2463)
thumbnail of pinkie_diamond.png
thumbnail of pinkie_diamond.png
pinkie_diamond png
(43.52 KB, 1920x1728)
thumbnail of zecora_sombra.png
thumbnail of zecora_sombra.png
zecora_sombra png
(56.75 KB, 1920x1809)
thumbnail of gummy_vinyl.png
thumbnail of gummy_vinyl.png
gummy_vinyl png
(43.98 KB, 1920x2159)
thumbnail of nmm_blueblood.png
thumbnail of nmm_blueblood.png
nmm_blueblood png
(32.22 KB, 1920x1245)
 >>/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

I did a "1K drop" with those 2704 NFT-like files onto NFT-related things. Those image file raws are online in this way (among others): in two online IPFS nodes, one remote and one local. (Maybe it isn't a "2.7K drop" if NFTbros just call it "1K drop", "10K drop", etc. like I head in a video IIRC.) Raws=130.9 MiB. Here's the WARC+raws (.warc.gz isn't redundantly online - yet?):
https://gateway.pinata.cloud/ipfs/bafybeif2liasz7sihsuxqrmcvrjgwb5bzddeo53kfo2rgjpvjun2q5e3cu

(*twilight.png images are bit-identical to the corresponding *twilight_p.png images.)