Conversation
Closed
nischaldoescode
approved these changes
Feb 22, 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.
Feat: add VidSrc
Description
This PR adds a new VidSrc provider to CinePro Core, enabling users to fetch HLS streaming sources for both movies and TV shows. The provider implements a multi-stage scraping process that extracts iframe sources and processes JavaScript-embedded player configurations to retrieve multiple redundant m3u8 URLs for improved reliability.
Type of Change
Related Issues
none
Changes Made
Provider Information
Provider Details
vidsrchttps://vsembed.ru/Provider Testing
Tested with the following TMDB IDs:
Movies:
TV Shows:
Test Results:
Successfully retrieves 3-4 HLS sources with different CDN domains for redundancy. The provider extracts sources from embedded iframes and JavaScript player configurations, returning multiple m3u8 URLs for fallback support.
Checklist
General
npm run formatto format my codenpm run build)Provider Checklist
BaseProviderfrom@omss/frameworkidand descriptivenamecapabilities(movies/tv support)getMovieSources()and/orgetTVSources()correctlythis.HEADERSProviderResultformatsrc/providers/directoryDocumentation
Screenshots (if applicable)
N/A
Additional Context
Performance Impact
Details:
The provider makes 3 sequential HTTP requests to fetch the final streaming URLs, which is standard for multi-level iframe-based providers. Response times are acceptable and consistent with other providers in the framework.
Breaking Changes
N/A - This is a new provider addition with no changes to existing functionality.
Dependencies
axiosand built-in regex capabilitiesReviewer Notes
Key areas to review:
srcand playerfileproperty)For Maintainers
Merge Checklist