Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image URLS in xmltv file are not properly encoded #23

Closed
tmm1 opened this issue Dec 30, 2019 · 1 comment
Closed

Image URLS in xmltv file are not properly encoded #23

tmm1 opened this issue Dec 30, 2019 · 1 comment

Comments

@tmm1
Copy link

tmm1 commented Dec 30, 2019

For example:

<icon src="https://s3-ap-southeast-2.amazonaws.com/nine-tvmg-images-prod/39/57/16/395716_366216_Million DOllar Minute_L_T2_t1_.jpg" />

should be:

<icon src="https://s3-ap-southeast-2.amazonaws.com/nine-tvmg-images-prod/39/57/16/395716_366216_Million%20DOllar%20Minute_L_T2_t1_.jpg" />
@misullivan
Copy link
Collaborator

Oh that should be a trivial fix... Thanks for the heads up... fix commited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants