Watching a teammate compete

Welcome to our Community
Wanting to join the rest of our members? Feel free to Sign Up today.
Sign up

nuraknu

savage
Jul 20, 2016
6,247
10,770
Got it. There is a problem embedding videos from streamable because of the url structure. The url was
Code:
https://streamable.com/s/x0u55/keofz
so the "s" was being grabbed:
Code:
[MEDIA=streamable]s[/MEDIA]
but we just needed the "x0u55":
Code:
[MEDIA=streamable]x0u55[/MEDIA]
I'm not very familiar with that service, so I don't know if it's always like that.
 

Super Dave

The party’s over
Dec 28, 2015
11,295
15,500
Got it. There is a problem embedding videos from streamable because of the url structure. The url was
Code:
https://streamable.com/s/x0u55/keofz
so the "s" was being grabbed:
Code:
[MEDIA=streamable]s[/MEDIA]
but we just needed the "x0u55":
Code:
[MEDIA=streamable]x0u55[/MEDIA]
I'm not very familiar with that service, so I don't know if it's always like that.