Matip's brainfade that cost Schalke a second goal in the EL game against Shakhtar Donetsk.
Now let's discuss Lucas.
------
Admins - there's a problem with the media bbcode parsing in handling URLs from streamable. If you just copy and paste the full URL, it extracts the wrong portion to feed streamable, resulting in a video lookup error. For example, doing this:
or just simply this without explicitly using the media bbcode:
yields this instead of the embedded video clip above:
This is because the parsing results in this (wrong):
instead of this (correct):
Now let's discuss Lucas.
------
Admins - there's a problem with the media bbcode parsing in handling URLs from streamable. If you just copy and paste the full URL, it extracts the wrong portion to feed streamable, resulting in a video lookup error. For example, doing this:
Code:
[MEDIA=streamable]https://cdn.streamable.com/video/mp4/6lcq.mp4[/MEDIA]
Code:
https://cdn.streamable.com/video/mp4/6lcq.mp4
yields this instead of the embedded video clip above:
This is because the parsing results in this (wrong):
Code:
[MEDIA=streamable]video[/MEDIA]
instead of this (correct):
Code:
[MEDIA=streamable]6lcq[/MEDIA]