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

Retrieving remote M3U file fails #2

Closed patrick7kelly closed 3 years ago

patrick7kelly commented 3 years ago

On this line, should be path instead of url.

Great package!

pawanpaudel93 commented 3 years ago

@patrick7kelly Thank you for pointing it out.