Hello. Please add support for https://vk.com (example: https://vk.com/russianmusicvid…36c6c%2Fpl_wall_-37343149), http://ok.ru/ (example: http://ok.ru/video/74404530689) and http://my.mail.ru/video (example: http://my.mail.ru/v/topclips/video/alltop/7587.html). Thanks!
Russian Media Providers
-
- MediaProvider Collection (WCF)
- Implemented and released
- 1.0.8
- Eternity
- Closed
-
-
Hello, i will have a look and give you feedback soon. Thx for the request.
-
Great! Thanks.
-
Hello,
...so..at this moment it is not possible to add a provider for vk.com, because a hash value will be need to play a video. The normal link doesn't include this value.
The other both works great.
Here are the data for the providers. You can wait until i release a new version in a few weeks or you can add the provider manual. If you set the name as i wrote i can overwrite it with the next version and it will be assigned to my plugin.Name:
Mail.ru VideosRegex:
https?://my.mail.ru/(?<SOURCE>[a-z]+)/(?<OWNER>[a-zA-Z0-9_-]+)/video/(?<SELECTOR>[a-zA-Z0-9_-]+)/(?<ID>[0-9]+).htmlHTML-Code:
<iframe src='https://videoapi.my.mail.ru/videos/embed/{$SOURCE}/{$OWNER}/{$SELECTOR}/{$ID}.html' style='width:100%;max-width:537px;' height='315' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>Name:
OK.ruRegex:
https?://ok.ru/video/(?<ID>[0-9]+)HTML-Code:
<iframe width="560" height="315" src="https://ok.ru/videoembed/{$ID}" frameborder="0" allowfullscreen></iframe> -
Big thanks!!!
-
And it is possible to OK.Ru add support for https?
-
I changed the RegEx and the HTML-code above