-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write the parsed list to M3U format #7
Comments
@dineiar Yes the package only supports parsed m3u to CSV and JSON and not back to m3u format currently. Yes, that's a great idea to put the parsed m3u back to its original format. Thanks for your suggestion. |
Great. I'll try to provide a PR in the next few days with this. |
@dineiar I have added support for saving back to m3u format.. Please check and give feedback... |
Hey @pawanpaudel93, thanks for the quick answer. It works! However, I'm working with somewhat big M3U files and generating them was taking some tome. I tried to improve your code in the PR #11, please check it out. |
The package currently does not provide a way to write parsed entries back to m3u format, am I right?
I think it would be nice to have the option to save
streams_info
in m3u format after applying some filters to the parsed list. Currently,to_file
function only offers the option to save as json or csv format.The text was updated successfully, but these errors were encountered: