- App
- WoltLab Suite Core
I noted that the bbcode does not automatically read a youtube playlist. Why not implement the option?
I noted that the bbcode does not automatically read a youtube playlist. Why not implement the option?
Would love to see this also.
I'll tried to create a custom media provider for this, but it didn't work well -.-
There are parts like the current video etc. i didn't get...
does youtube-nocookie.com works again ?
It was discarded because of problems as i know...
This one is working for standart links, but if anyone copys while watching videos the links is something like this:
https://www.youtube.com/watch?v=PwVANmBpQe4&list=PLyow2-XuXnnRqk5JKeV97uLg_oUnNyCk4
and after the first video something like this:
https://www.youtube.com/watch?v=k1Gmi2jOLHE&index=2&list=PLyow2-XuXnnRqk5JKeV97uLg_oUnNyCk4
And the index pararmeter can switch position to the end -.-
https?://(?:.+?\.)?youtu(?:\.be/|be\.com/).*list=(?P<ID>[a-zA-Z0-9_-]+)
Quick & Dirty
Hi
This one is working for standart links, but if anyone copys while watching videos the links is something like this:
simply recycle the regular expression of normal videos and replace the v= with list= then (and remove handling of time offset). The regular expression already was written to cope with different parameter orders.
Don’t have an account yet? Register yourself now and be a part of our community!