-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Video not detected on ok.ru #51
Comments
It seems like their website doesn't use the standard naming convention for stream manifests. Instead of URLs ending with a
This is not detectable using FastStream as of this moment. It is not possible to detect this without having a hardcoded list of URL patterns. Since I don't plan on maintaining a fixed set of patterns, I will add a feature so that you can add custom patterns yourself. Note: Having broad custom patterns may be computationally expensive. |
I don't know the internal details of FastStream but can't generically detect all video elements in the DOM? |
Detecting the video element isn't the issue. The problem is that you need to detect the source of the video. This is detected by monitoring network requests. The DOM doesn't reveal information about the video source when it is a stream. |
Custom source pattern support added 6500ee7 Go to settings and paste this into the custom source patterns text box.
|
It works perfectly, thanks. |
Describe the bug
Video not detected
Version
FastStream V1.2.12
Platform
Firefox
Steps to Reproduce
Sample link: ok.ru/video/7803363133968
The video isn't detected so FastStream do not work at all on the sample link provided.
The text was updated successfully, but these errors were encountered: