HRXN

Results 386 comments of HRXN

Okay, here's an entire config file for DeviantArt, you can copy this and use it as a starting point for your own customizations: ```json { "extractor": { "deviantart": { "gallery":...

Here are the config locations: https://github.com/mikf/gallery-dl#locations Just create *one* (!) file in whichever location you prefer for your config file, you can do this with notepad, or notepad++ or something....

@openDef Well, https://github.com/mikf/gallery-dl/issues/2957 was closed for a reason, because the problem has been solved. Sometimes there may be errors with tumblr, but only occasionally, and they are very rare, depending...

Here is a full config for tumblr, just change values as you need: ```json { "extractor": { "base-directory": "D:\\Home\\Downloads\\", "archive": "D:\\Home\\Apps\\gallery-dl\\gallery-dl.archive.global.db", "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...

Have you tried it with a `"metadata"` post-processor? https://gdl-org.github.io/docs/configuration.html#postprocessor-configuration https://gdl-org.github.io/docs/configuration.html#postprocessor-options For example ```json { "extractor": { "booru": { "..": "..", "postprocessors":[ { "name" : "metadata", "event": "post", "mode" : "custom",...

Good idea, such a poll sounds fun 😄

> Problem would be checking for already-downloaded files after change of default filename... Not if you're using the archive option.

Or, keep the tags and make a HTML file instead of a TXT one.

Is this meant to replace https://github.com/guidocella/mpv-console-select, for example?

Just tested this a bit, works as described. I really like it so far. But this is a feature change, should probably be mentioned somewhat prominently in the changelog. Alone...