rule34.paheal artists filenaming #5439
-
The artist is, if I'm lucky, in one of the tags but I can't seem to get it to appear in the filename. I am probably at the mercy of tihs one site, sadly. Uploader /= artist and my OCD demands more precision. just want to confirm if I'm SOL here. Programming is not my strong suit. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
As a followup, rule34 sadly just isn't one site. Because it has to be complicated like that. Rule34.pahael.net has no specific artist tag, but rule34.us does. Same question as before, how does that filename flag translate to the json because I am not getting it to cooperate with
gallery-dl -v --simulate 'https://rule34.us/index.php?r=posts/view&id=7480429' --filename='{tags_artist}' Sorry for flooding you with my ocd insanity. I just like structure and original timestamps. :3 |
Beta Was this translation helpful? Give feedback.
-
Got it to do what I want with gallery-dl -v --simulate 'https://rule34.us/index.php?r=posts/view&id=7480429' --filename='{category}{id}.{tags_artist}{filename}.{extension}' |
Beta Was this translation helpful? Give feedback.
-
rule34.paheal.net tags are not categorized by type (artist, copyright, etc) on the site itself, so all you can get is a plain list of tags, unless I'm missing something. At least gallery-dl can only provide |
Beta Was this translation helpful? Give feedback.
-
gallery-dl -v --simulate 'https://rule34.us/index.php?r=posts/view&id=7480429' --filename='{category}{id}.{tags_artist}{filename}.{extension}' The {tags_artist} bit shows up when I run the command as is, but as you stated with the config.json the {tags_artist} part is missing. ~$ gallery-dl -v 'https://rule34.us/index.php?r=posts/view&id=7480429' --filename='{category}{id}.{tags_artist}{filename}.{extension}' |
Beta Was this translation helpful? Give feedback.
-
as far as turning off the mtime post processor, that did the trick. So it works with your json being passed. Must be something in my json conflicting somehow? gallery-dl -v --config-ignore --config ~/test.json 'https://rule34.us/index.php?r=posts/view&id=8207391' --no-download |
Beta Was this translation helpful? Give feedback.
rule34.paheal.net tags are not categorized by type (artist, copyright, etc) on the site itself, so all you can get is a plain list of tags, unless I'm missing something. At least gallery-dl can only provide
ŧags
at the moment, even if it were somehow possible to categorize them.