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

stream.hls: refactor tag parser mapping #5513

Conversation

bastimeyer
Copy link
Member

  • Declaratively define tag parsers explicitly using a decorator instead of relying on the method name format
  • Build the tag-parser mapping when creating the parser class, and don't build it on the parser class when first instantiating it
  • Update parser subclasses (Twitch)
  • Update tests

- Declaratively define tag parsers explicitly using a decorator
  instead of relying on the method name format
- Build the tag-parser mapping when creating the parser class,
  and don't build it on the parser class when first instantiating it
- Update parser subclasses (Twitch)
- Update tests
@bastimeyer bastimeyer merged commit 4631aef into streamlink:master Aug 22, 2023
@bastimeyer bastimeyer deleted the stream/hls/refactor-tag-parser-mapping branch August 22, 2023 23:15
@bastimeyer

This comment was marked as outdated.

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

Successfully merging this pull request may close these issues.

1 participant