Conversation
GLlgGL
reviewed
Mar 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
This pull request introduces a new provider (
StreamMafiaProvider), updates documentation and dependency versions, and makes several quality and labeling improvements to existing providers. The most notable changes are the addition of the new provider, updates to the README to reflect increased source counts, and improvements to how stream qualities are labeled and prioritized.Key changes:
New Provider Integration
StreamMafiaProvider, insrc/providers/streammafia/streammafia.ts, including all logic for fetching and parsing sources, audio tracks, and diagnostics. This is accompanied by a new types file,streammafia.types.ts, defining the API response structure. [1] [2]Documentation and Dependency Updates
README.mdto encourage starring the repo, increased the advertised number of unique sources from 30+ to 100+, and provided proof with an embedded image. [1] [2]@omss/frameworkdependency version from1.1.14to1.1.15inpackage.json.Stream Quality and Labeling Improvements
'HD'to'Auto'in theFmovies4UandVidSrcProviderproviders, and updated the quality priority mapping inUembedProviderto use'Auto'instead of'Unknown'. [1] [2] [3]