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

Fixes #8 #9

Closed dineiar closed 2 years ago

dineiar commented 2 years ago

The issue #8 happens because M3uParser is using the any function when retrieve=False in line 262.

This PR fixes it by using all.