The mods at r/hentai have made a better write up than I could, I suggest
you read it here.
TL;DR: Imgur to prohibit NSFW content, remove all previously uploaded NSFW content, and to delete ALL content uploaded by unregistered users.
I should mention, if you are an avid user of Reddit, and have images and video saved, most likely it was uploaded via imgur, so you will want to grab local copies of them before your saves are filled with dead links
Well, back to Tumblr.
🎵 It's the ciiiircle of liiiiiife 🎶
What will they do with all the petabytes of free disk space, when no one uses their service anymore?
Removing pornography I would understand (and support even, in a way), but nudity?
Lol, good luck.
(21 Apr 2023, 18:00 )Bound Whore Wrote: [ -> ]Well, back to Tumblr.
Tumblr was the first one to ban and delete adult images.
For those of you who have upvoted (or saved) quite a bunch of posts with Imgur-hosted images over on reddit.com and know their way around Python, there's a script that allows you to download images that are embedded within posts. Amongst others it will download images from Imgur (it also download e.g. images directly embedded into posts).
I took the script from
here and made some changes because I had problems with the original:
https://pastebin.com/t5E5sTY2
By switching out
current_redditor.saved with
current_redditor.upvoted on line 160, you can switch between saved and upvoted posts.
I'll also put the code below. I don't expect pastebin to shut down anytime soon, but better save then sorry.
{diceroller-code}