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
33 stars 16 forks source link

Parsing error with a simple file #6

Closed el07694 closed 3 years ago

el07694 commented 3 years ago
#EXTM3U

#EXTINF:123, Sample artist - Sample title
C:\Python\Scripts\Papinhio player\src\disket_box\test_install_content\playlist_files\ΜΑΡΙΑ ΠΑΕΙ ΓΙΑ ΠΑΣΧΑΛΙΕΣ (ΚΑΡΩΤΗ ΔΙΔΥΜΟΤΕΙΧΟΥ).mp3

When i run the program this error happened:

$ python "Papinhio_player.py"
INFO: Started parsing m3u link...
INFO: Cannot read anything from the url!!!

I am pretty sure that the path exists. What can i do about?

pawanpaudel93 commented 3 years ago

@el07694 I have added regex for detecting file path so it should detect your path now.

el07694 commented 3 years ago

Ok, i have done something simillar. Thanks for the comment.