Search Results
8/2/2025, 5:49:40 AM
>>42418750
A few notes. I'm including basic information just in case you need it. If you know what you're doing already, great:
-- I made some minor changes to the default derpibooru file page parser (and thus, the FPPs for other philomena boorus) that comes with hydrus, the main one being the "origin tags (not creator)" content parser. Without it the downloader will not get any purple tags other than "artist:" tags. I'm not experienced with regex though so it's crude and may not function exactly as expected. Change it if you know more about regex than me.
-- Hydrus to the best of my knowledge can only rate limit itself by domain, and not by parser. For this reason twibooru is limited to 1 request per second due to the enforced 60rq/min limit on the endpoint the gallery api parser uses, even though the file page parser should theoretically have no limit (in actuality, it depends on how fast hydrus processes the downloaded image file just as much as it depends on your internet speed.)
-- Derpibooru has a 20rq/10sec limit for similar reasons
-- Neither twibooru nor derpi's cdn is limited because I don't believe they have enforced rate limits. It shouldn't make an absurd amount of requests anyway. Again, it depends on how fast the file is processed just as much as it does on internet speed.
-- If you want to use "my:upvotes" or a similar search, you'll need to open/duplicate the gallery URL generator in question and add your api key to the end of the url template. It's not hard. Just add &key=YOUR_KEY. I don't believe the order of parameters in the url matters. Gallery url generators are located under Network>downloader components>manage gallery url generators...
-- If you want to use a different filter change the filter_id in the GUG to the number in the filter's URL page. If it's a private filter you will also need your api key.
-- Each booru has two post url classes to encompass both [SITE]/images/123456 and [SITE]/123456. Keep that in mind if you add other philomena boorus later.
-- I don't think I've touched the twibooru parsers in years. They may or may not need to be updated by someone more competent than me.
-- open Network>downloaders>import downloaders... and drag and drop the attached png there to add them
A few notes. I'm including basic information just in case you need it. If you know what you're doing already, great:
-- I made some minor changes to the default derpibooru file page parser (and thus, the FPPs for other philomena boorus) that comes with hydrus, the main one being the "origin tags (not creator)" content parser. Without it the downloader will not get any purple tags other than "artist:" tags. I'm not experienced with regex though so it's crude and may not function exactly as expected. Change it if you know more about regex than me.
-- Hydrus to the best of my knowledge can only rate limit itself by domain, and not by parser. For this reason twibooru is limited to 1 request per second due to the enforced 60rq/min limit on the endpoint the gallery api parser uses, even though the file page parser should theoretically have no limit (in actuality, it depends on how fast hydrus processes the downloaded image file just as much as it depends on your internet speed.)
-- Derpibooru has a 20rq/10sec limit for similar reasons
-- Neither twibooru nor derpi's cdn is limited because I don't believe they have enforced rate limits. It shouldn't make an absurd amount of requests anyway. Again, it depends on how fast the file is processed just as much as it does on internet speed.
-- If you want to use "my:upvotes" or a similar search, you'll need to open/duplicate the gallery URL generator in question and add your api key to the end of the url template. It's not hard. Just add &key=YOUR_KEY. I don't believe the order of parameters in the url matters. Gallery url generators are located under Network>downloader components>manage gallery url generators...
-- If you want to use a different filter change the filter_id in the GUG to the number in the filter's URL page. If it's a private filter you will also need your api key.
-- Each booru has two post url classes to encompass both [SITE]/images/123456 and [SITE]/123456. Keep that in mind if you add other philomena boorus later.
-- I don't think I've touched the twibooru parsers in years. They may or may not need to be updated by someone more competent than me.
-- open Network>downloaders>import downloaders... and drag and drop the attached png there to add them
Page 1