github hydrusnetwork/hydrus v324
Version 324

latest releases: v579, v578, v577...
5 years ago
  • downloaders:
  • after adding some small new parser tools, wrote a new pixiv downloader that should work with their new dynamic gallery's api. it fetches all an artist's work in one page. some existing pixiv download components will be renamed and detached from your existing subs and downloaders. your existing subs may switch over to the correct pixiv downloader automatically, or you may need to manually set them (you'll get a popup to remind you).
  • wrote a twitter username lookup downloader. it should skip retweets. it is a bit hacky, so it may collapse if they change something small with their internal javascript api. it fetches 19-20 tweets per 'page', so if the account has 20 rts in a row, it'll likely stop searching there. also, afaik, twitter browsing only works back 3200 tweets or so. I recommend proceeding slowly.
  • added a simple gelbooru 0.1.11 file page parser to the defaults. it won't link to anything by default, but it is there if you want to put together some booru.org stuff
  • you can now set your default/favourite download source under options->downloading
  • .
  • misc:
  • the 'do idle work on shutdown' system will now only ask/run once per x time units (including if you say no to the ask dialog). x is one day by default, but can be set in 'maintenance and processing'
  • added 'max jobs' and 'max jobs per domain' to options->connection. defaults remain 15 and 3
  • the colour selection buttons across the program now have a right-click menu to import/export #FF0000 hex codes from/to the clipboard
  • tag namespace colours and namespace rendering options are moved from 'colours' and 'tags' options pages to 'tag summaries', which is renamed to 'tag presentation'
  • the Lain import dropper now supports pngs with single gugs, url classes, or parsers--not just fully packaged downloaders
  • fixed an issue where trying to remove a selection of files from the duplicate system (through the advanced duplicates menu) would only apply to the first pair of files
  • improved some error reporting related to too-long filenames on import
  • improved error handling for the folder-scanning stage in import folders--now, when it runs into an error, it will preserve its details better, notify the user better, and safely auto-pause the import folder
  • png export auto-filenames will now be sanitized of , /, :, *-type OS-path-invalid characters as appropriate as the dialog loads
  • the 'loading subs' popup message should appear more reliably (after 1s delay) if the first subs are big and loading slow
  • fixed the 'fullscreen switch' hover window button for the duplicate filter
  • deleted some old hydrus session management code and db table
  • some other things that I lost track of. I think it was mostly some little dialog fixes :/
  • .
  • advanced downloader stuff:
  • the test panel on pageparser edit panels now has a 'post pre-parsing conversion' notebook page that shows the given example data after the pre-parsing conversion has occurred, including error information if it failed. it has a summary size/guessed type description and copy and refresh buttons.
  • the 'raw data' copy/fetch/paste buttons and description are moved down to the raw data page
  • the pageparser now passes up this post-conversion example data to sub-objects, so they now start with the correctly converted example data
  • the subsidiarypageparser edit panel now also has a notebook page, also with brief description and copy/refresh buttons, that summarises the raw separated data
  • the subsidiary page parser now passes up the first post to its sub-objects, so they now start with a single post's example data
  • content parsers can now sort the strings their formulae get back. you can sort strict lexicographic or the new human-friendly sort that does numbers properly, and of course you can go ascending or descending--if you can get the ids of what you want but they are in the wrong order, you can now easily fix it!
  • some json dict parsing code now iterates through dict keys lexicographically ascending by default. unfortunately, due to how the python json parser I use works, there isn't a way to process dict items in the original order
  • the json parsing formula now uses a string match when searching for dictionary keys, so you can now match multiple keys here (as in the pixiv illusts|manga fix). existing dictionary key look-ups will be converted to 'fixed' string matches
  • the json parsing formula can now get the content type 'dictionary keys', which will fetch all the text keys in the dictionary/Object, if the api designer happens to have put useful data in there, wew
  • formulae now remove newlines from their parsed texts before they are sent to the StringMatch! so, if you are grabbing some multi-line html and want to test for 'Posted: ' somewhere in that mess, it is now easy.

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.