Skip to content

Messages from discordapp.com not exported #19

Description

@bonyfish

Discord 0.0.297 running under macOS 10.14.6 was requesting messages from the discordapp.com domain.

I had to edit dcejson_exporter.py and html_exporter.py to get the export to work:

# match = re.match(r"https://discord.com/api/v9/channels/(\d*)/messages(\?|$)", url)
match = re.match(r"https://discordapp.com/api/v9/channels/(\d*)/messages(\?|$)", url)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions