thumbnail of 8DCCA5F5-5F31-4454-BED0-9DB7C2CFEA1D.jpeg
thumbnail of 8DCCA5F5-5F31-4454-BED0-9DB7C2CFEA1D.jpeg
8DCCA5F5-5F31-4454-BE... jpeg
(120.8 KB, 632x633)
 >>/10601/
That's XxPonytubersTVxX_UCruzYBqpmPUULVKC6w-TwqA - which is here:
https://gateway.pinata.cloud/ipfs/bafybeig4cx33p6uayjviv62ppft4nob3k4uzxds6f5zapthxfy6kajgqfq
. a YouTube channel
. download+share=done, more redundancy=todo

----

archive.today does not correctly record text files:
> $ curl -sL https://rentry.org/4ehu6fm3/raw | xxd | tail
> [...]00001830: 796f 7574 7562 652f 646c 2e74 7874 0d0a youtube/dl.txt..
Note the 0x0d0a (\r\n).
> $ xxd /zc/put/[...]/archive.is-XPaiW-rentry.org-4ehu6fm3-raw.htm | vim -
> $ # 000072a0: 7475 6265 2f64 6c2e 7478 740a 0a60 6060 tube/dl.txt..`
Note the 0x0a with no 0x0d (\r).

text/plain MIME type = can contain \r, but I'm not sure that text/html (webpage) can contain that carriage return byte.

 >>/10623/
> d80014c8845b4d4eaaa3165b95a73e456dfb5ead
That's the SHA1 hash of that text file with UNIX newlines (no CRs) and no backticks.