View Source MopURL.Cleaner (MopURL v0.1.0)

Cleans URLs using rules.

Load rules using new/0 or new/1.

Rules file is a json file of the form:

{
    "providers": {
        "rule-label: {
            // ... rule
        }
    }
}

See MopURL.Rule for explanation about rule format.

Link to this section Summary

Link to this section Functions