Skip to content

Properly escape query parameters sent to Kodi #29

@anohren

Description

@anohren

Currently neither the raw URL nor the optional youtube-dl options (including separating whitespace) are percent encoded in the iOS app afaik. That would require URLComponents to which I couldn't find a reference. This is probably not done in the other clients either.

This can create complications before the parameters reach the plugin.

It also requires changes in the plugin which is why I mention it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions