You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Hi! First of all thank you for this awesome library:)
Here is the issue that I've encountered while I was using it.
I was trying to parse Master Playlist from the string that I'm receiving from the server.
It crashes because of force unwrapping optional.
Bug related to the regex that I couldn't understand how to fix.
Here is the test case that reproduces the problem:
Hi! First of all thank you for this awesome library:)
Here is the issue that I've encountered while I was using it.
I was trying to parse Master Playlist from the string that I'm receiving from the server.
It crashes because of force unwrapping optional.
Bug related to the
regexthat I couldn't understand how to fix.Here is the test case that reproduces the problem: