NewPipeExtractor
NewPipeExtractor copied to clipboard
Use EnumMap in PatternsHolder.
- [x] I carefully read the contribution guidelines and agree to them.
- [x] I have tested the API against NewPipe.
Use EnumMap
instead of LinkedHashMap
in PatternsHolder
, as it is specifically optimized for use with enum keys.