Skip to content

Furaffinity Descriptions #6502

Closed Answered by mikf
ParisGreen asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the --write-metadata command-line option to write all metadata including description to extra .json files for each downloaded media file,

or you set up a custom metadata post processor in your config file:

{
    "extractor": {
        "furaffinity": {
            "descriptions": "html",
            "postprocessors": [{
                "name": "metadata",
                "format": "{description}",
                "filter": "description",
                "filename": "{id}.descr.htm"
            }]
        }
    }
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ParisGreen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment