Closed papuruth closed 7 months ago
The URL matching patterns have been put together over time mostly based on trial and error and PRs to correct them.
I will gladly look at a PR updating the patterns to support more variations, but note that some of them have a capture group used to extract the video ID from the URL.
Current Behavior
When passing URL to the player for some provider it is accepting both links normal as well as an embedded link. But for provider like Wistia, DailyMotion, SoundsCloud, and MixCloud only normal URL works.
URLS Example
Expected Behavior
I want that the player loads only the normal URLs or only the embedded URLs or if it could load both for all providers then that would be great. I don't know how to make this happen a direction towards help would be appreciated.
Steps to Reproduce
Environment
Other Information
If I'm passing the embedded links directly to an Iframe element it works smoothly.