Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stream.hls: refactor tag parser mapping#5513

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:stream/hls/refactor-tag-parser-mapping
Aug 22, 2023
Merged

stream.hls: refactor tag parser mapping#5513
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:stream/hls/refactor-tag-parser-mapping

Conversation

@bastimeyer

Copy link
Copy Markdown
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