Open Coloradohusky opened 2 years ago
Also broken on Python 3.10.6 (just updated versions)
Why is tvg-id
being converted into an int
? Program seems to work great w/o the casting
We convert tvg-id
to int for sorting, so that channels with tvg-id 1
, 10
, 2
will be sorted properly. But it is OK to make this part more robust. I will make a path soon.
Please help to check whether version 0.2.10
fix the problem.
P.S. I still want to keep the feature of sorting by numeric tvg-id, so the changes is more like a hack instead.
Running on Windows 10, using Python 3.8.2. Trying to use on iptv-org.github.io m3us, but to no avail.
The line in question (see 'tvg-id'):