Resource icon

Unmaintained [InfisJSC] VKontakte media bbcode 1.6

No permission to download
Now work with http and https links.
  • Like
Reactions: Adam Howard
Added support links with included Vimeo media.
Now work links such as:
Code:
http://vk.com/video35038554_161934075
http://vk.com/video-34913109_161986141
http://vk.com/video-34913109_161986145

Add. Fix for use clubs links as:
Code:
http://vk.com/videos-34913109?z=video-34913109_161986141%2Fclub34913109
Need add to Match URL:
Code:
#http://vk.com/videos[0-9\-]+\?z=video(?P<id>[0-9\-]+_[0-9]+)#si

This fix I add to new version. Current version is don't contain this fix.
Top Bottom