A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers.
Nitter has been coughing up blood lately, throwing 504s (because its app backend is responding to nginx too slowly). Nitter seems to want to serve all media by downloading and then forwarding it. To see if I could mitigate the bandwidth problem I was trying to see if I could alter the nitter parsers to use twitter as CDN for media, so that nitter only needs to worry about serving a structure hydrus knows how to parse, not any of the corresponding media files.
Simple enough I thought, I'll just change the nitter file url class to convert to the twitter CDN, make sure there is a twitter file url class installed and it should just work right?
But when I put a twitter tweet url into a test url download page, it still tried to serve the media through nitter.
I have a strong suspicion that nitter is dying because some or several hydrus users are asking for way too much, so I really hopped that would work and we could just roll that change into the defaults a future version.
Environment
Hydrus version:414
Platform: Mac 10.14
OS specifics:
Nitter has been coughing up blood lately, throwing 504s (because its app backend is responding to nginx too slowly). Nitter seems to want to serve all media by downloading and then forwarding it. To see if I could mitigate the bandwidth problem I was trying to see if I could alter the nitter parsers to use twitter as CDN for media, so that nitter only needs to worry about serving a structure hydrus knows how to parse, not any of the corresponding media files.
Simple enough I thought, I'll just change the nitter file url class to convert to the twitter CDN, make sure there is a twitter file url class installed and it should just work right?
Not so it seems. Here is my attempt
Nitter media
Twitter media
But when I put a twitter tweet url into a test url download page, it still tried to serve the media through nitter.
I have a strong suspicion that nitter is dying because some or several hydrus users are asking for way too much, so I really hopped that would work and we could just roll that change into the defaults a future version.
Environment
Hydrus version:414 Platform: Mac 10.14 OS specifics: