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.
Currently API endpoint POST /add_urls/add_url supports gallery urls but only seems to be downloading first page, it would be nice to be able to (optionally) tell hydrus to follow found gallery subpages (and basically behave as search).
ie.: right now submitting url like 'https://safebooru.org/index.php?page=post&s=list&tags=1girl' will download all files from the first page (40 files) and then stop, I would like to be able to tell the downloader to for example continue extracting subsequent gallery urls until it hits some limit.
That's working as intended. The endpoint sends the URL to an URL downloader page which is made to just grab what it gets, not pursue further queries. For that you want gallery downloader. #350
Currently API endpoint POST /add_urls/add_url supports gallery urls but only seems to be downloading first page, it would be nice to be able to (optionally) tell hydrus to follow found gallery subpages (and basically behave as search).
ie.: right now submitting url like 'https://safebooru.org/index.php?page=post&s=list&tags=1girl' will download all files from the first page (40 files) and then stop, I would like to be able to tell the downloader to for example continue extracting subsequent gallery urls until it hits some limit.