- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
Some of the Embed.ly schemes that come back from oembedembedly_default_oembedcore_provider() contain patterns (.+) after the period separator in the hostname. These are translated to * and used to select regex patterns in oembedcore_get_provider().
For example, for YouTube:
http://*youtube.com/watch*
http://*.youtube.com/v/*
http://youtu.be/*
http://*.youtube.com/user/*#*
http://*.youtube.com/*#*/*
which are converted to
*youtube.com
youtube.com
youtu.be
Likewise, there are other patterns that are being converted to unusable hosts:
*justin.tv
*amazon.*
I'm working on a patch.
Closed: outdated
0.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks