iptv-m3u-maker
iptv-m3u-maker copied to clipboard
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 8
Recommend adding encoding="utf-8" at line 19 in file dotpy.py when open file, it will fix this problem.
Thanks a lot, -zg
with open(sourcePath, 'r', encoding="utf-8") as f: