iptv-m3u-maker icon indicating copy to clipboard operation
iptv-m3u-maker copied to clipboard

dotpy.py第20行在windows下编码错误,需要加上默认编码为UTF-8

Open git-king opened this issue 2 years ago • 1 comments

git-king avatar Nov 12 '22 13:11 git-king

dotpy.py第19行改成: with open(sourcePath, 'r', encoding='UTF-8') as f:

weicun581 avatar Dec 21 '22 01:12 weicun581