Skip to content
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

Quotation marks are still in VIDEO-RANGE property #321

Open
dlarrick opened this issue Jun 15, 2023 · 0 comments
Open

Quotation marks are still in VIDEO-RANGE property #321

dlarrick opened this issue Jun 15, 2023 · 0 comments

Comments

@dlarrick
Copy link

Greetings,

The fix for quoted VIDEO-RANGE properties in #289 is necessary but not sufficient.

That fix, https://github.com/globocom/m3u8/blob/master/m3u8/parser.py#L328 , adds video_range to the list of fields that will be de-quoted if needed.
However, https://github.com/globocom/m3u8/blob/master/m3u8/parser.py#L337 overwrites this assignment with plain str so video_range does not, in fact, have quotes removed. This line should be removed.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant