Conversation
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.
This pull request introduces several improvements and fixes across multiple providers, with a focus on enhancing decryption logic, updating API integrations, improving diagnostics, and expanding proxy/cors support. The most significant changes are grouped below by theme.
VidZee Provider: Decryption and API Improvements
decryptlogic invidzee/decrypt.tsto accept a single encrypted string and decryption key, added a newderiveKeyfunction, and improved key handling to match CryptoJS behavior. [1] [2]/api-keyendpoint, switched to a newBASE_URL, and changed referer/origin headers accordingly. Decryption of all URLs is now fully parallelized for better performance. [1] [2] [3] [4] [5]VixSrc Provider: API Integration Update
/api/movieand/api/tvendpoint for initial data fetching, introduced a newfetchApimethod to retrieve the sub-embed link, and added the corresponding response type. The provider now fetches and parses the second embed page before extracting tokens. [1] [2] [3] [4]Diagnostics and Error Reporting
fieldproperty in certain messages for clarity. [1] [2]Quality and Format Handling
'1080'instead of'1080p'), and set the default stream type to'hls'instead of'http'in StreamMafiaProvider. [1] [2]Proxy, CORS, and Stream Patterns
streamPatternsandknownThirdPartyProxiesto improve proxy handling and support for additional streaming sources. [1] [2]