Fluttershy 01 png
(4.68 MB, 3510x4965)
SEC 1.1 torrent:
. Copy: /ipfs/bafybeiexlqrdzqoke7cjpqim2col4gbcsikkm627xx767e4dymne5a5zcm
. It's a 6.24-GiB folder /ipfs/bafybeihpahq6ukyihacqigsx6j4ynk2ff2pz6lxdtuit6kkuzm5s4sosoe (creation finished at 2024-09-03T18:02:03.061160695Z)
. Note: bafybeie...5zcm = /ipfs/QmYXVkmaFX8JUBm1sy3M7VjYCCHSowCPs67UoRMheYSAHx
. ~Random sample (attached): ipfs://QmYXVkmaFX8JUBm1sy3M7VjYCCHSowCPs67UoRMheYSAHx/SEC%201.1/Fuck%20Fluttershy/Fluttershy%2001.png
>>/10917/
Newer versions + covers more but not all of those API endpoints:
https://github.com/ProximaNova/ipfs-kubo-rpc-api-for-cgi
>>/10902/
> Can no longer download those webpages by running
> >$ lynx -source $url > f.htm
Sad. And even wrote this simple script to do that:
$ cat cgi-bin/lynx.sh
#!/bin/bash
echo "Content-type: text/plain"
echo
url="$(echo -n "$REQUEST_URI" | sed "s/.*?url=//g")"
lynx -source "$url"
$ # Selenium and lynx = for when curl, wget, and grab-site don't work