this post was submitted on 13 Apr 2025
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/Ryujin1998 on 2025-04-12 19:36:17.

I'm using gallery-dl to download specific artists from the site there doesn't seem to be a specific tag for the artist name. The most I've been able to do is put all the searched tags in but that doesn't work if you're searching multiple tags and not a specific artist.

Here is my config file.


"rule34":

{

"metadata": true,

"filename": "{filename} {search\_tags}.{extension}",

"postprocessors": [

{

"name": "metadata",

"event": "post",

"filename": "{id}-{title}Metadata.txt",

"format": "{content}\n{embed[url]:?/\n/}",

"filter": "embed.get('url') or re.search(r'(?i)(gigafile|xgf|1drv|mediafire|mega|google|drive)', content)"

}

]

}  

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here