Block a user
Add ruangrupa feed to shouts
OK I think i understand what's going on. This html is not borked, it's just a box described by SVG+XML that contains a JPEG. I'll make a workaround for it by skipping the box and pulling the JPEG…
Add ruangrupa feed to shouts
we don't have access to their website, right? I think the problem is with the website, as it sends broken html. src
should be either a base64 encoded image or a link to an image but here the…
Masto posts with n+1 hashtags are downloaded n+1 times
fix: don't pull the same post twice but for real
fix: don't pull the same post twice but for real
fix: don't expect title field for feeds
[feed.py] not all feeds use titles
feat: remove local data for nonexisting feeds
[feed.py] removing a feed from the feed list does not delete associated posts