pawanpaudel93 / m3u-parser

A parser for m3u files. It parses the contents of the m3u file to a list of streams information which can be saved as a JSON/CSV/M3U file.
MIT License
30 stars 16 forks source link

Error printed when import #21

Closed Impre-visible closed 1 year ago

Impre-visible commented 1 year ago

Hi, When import: "from m3u_parser import M3uParser" "INFO" are printed, worst thing ever, can u patch that pls ?

pawanpaudel93 commented 1 year ago

@Impre-visible Can you show the screenshot of the error you get while importing ??

Impre-visible commented 1 year ago

When I import m3u_parser, I have a lot of things printed, with the attribute "INFO:" image image

but I don't have that when I don't import m3u parser, I think you overwrite the warnings config of the "main" script

Impre-visible commented 1 year ago

Normally I just have that : image

pawanpaudel93 commented 1 year ago

@Impre-visible Can you please install the latest version (0.2.1) that I released just now and check if the error persists ??

Impre-visible commented 1 year ago

@pawanpaudel93 just tried, it's perfect, thanks 😀