Furaffinity Descriptions #6502
-
The config file has a choice between text and html for the descriptions of downloaded items, but I'm at a loss for what the actual command to download the descriptions is. Is it a flag I need to set in the config file or something I need to put in the command line? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can use the or you set up a custom {
"extractor": {
"furaffinity": {
"descriptions": "html",
"postprocessors": [{
"name": "metadata",
"format": "{description}",
"filter": "description",
"filename": "{id}.descr.htm"
}]
}
}
} |
Beta Was this translation helpful? Give feedback.
-
That worked like gangbusters, thanks! |
Beta Was this translation helpful? Give feedback.
You can use the
--write-metadata
command-line option to write all metadata includingdescription
to extra.json
files for each downloaded media file,or you set up a custom
metadata
post processor in your config file: