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

Bad filtering of XTream live streams #177

Closed
gromez opened this issue Nov 30, 2021 · 2 comments · Fixed by #203
Closed

Bad filtering of XTream live streams #177

gromez opened this issue Nov 30, 2021 · 2 comments · Fixed by #203

Comments

@gromez
Copy link

gromez commented Nov 30, 2021

My IPTV provider has channel names like this: |RU| Kinomiks 173
On https://github.com/linuxmint/hypnotix/blob/master/usr/lib/hypnotix/xtream.py#L583 there is a check on first char and | is not passing this check so, almost all the channels are missing.
I tried to remove this check and then it works fine.

@gromez gromez mentioned this issue Nov 30, 2021
@superolmo
Copy link
Contributor

@gromez Maybe changing isalnum to isascii is a better way to discard the subgroups. Maybe one day Hypnotix will be able to handle those too.

@gromez
Copy link
Author

gromez commented Nov 30, 2021

@superolmo yes, I confirm it's ok with isascii, all subgroups are categorized in xEverythingElse group.

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

Successfully merging a pull request may close this issue.

2 participants