Skip to content
Discussion options

You must be logged in to vote

Mega is not a supported site, and downloading from external Patreon embeds is not supported either.

You can, however, write the content data of each Patreon post to an external file and process it afterwards yourself. To extract links, use the !R conversion.

{
    "extractor": {
        "patreon": {
            "postprocessors": {
                "name": "metadata@post",
                "filename": "{id}.txt",
                "filter": "content",
                "format": "{content!R:J\n}"
            }
        }
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Syilumi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants