Skip to main content
Topic: test playlist youtube (Read 2746 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

test playlist youtube

test

https://www.youtube.com/playlist?list=PL-72lYkqnSfXj7LaTlGfsLhYoNO2xjKkc

link to playlist

https://www.youtube.com/playlist?list=PL-72lYkqnSfXj7LaTlGfsLhYoNO2xjKkc
Last Edit: April 26, 2017, 09:38:12 am by radu81
sorry for my bad english

Re: test playlist youtube

Reply #1

I didn't even know that was possible. Here are my notes from when I improved YT-embedding.

The regex could be extended to support ?list=PL-72lYkqnSfXj7LaTlGfsLhYoNO2xjKkc, but looking at it right now I'm not entirely sure why we're not simply using search params (e.g., split on &) without worrying about specifics.

 

Re: test playlist youtube

Reply #2

Initially was just a test, but I think now should be moved to bug reports ;)

I edited the first post of this topic adding the link to the playlist. If you copy and paste the link into browser the playlists shows correctly, but if you paste it into a post there is no way to see correctly the link.
sorry for my bad english

Re: test playlist youtube

Reply #3

There's always a link on top. :)

There is also a protection against auto-embed built into the script.

Same line: https://www.youtube.com/playlist?list=PL-72lYkqnSfXj7LaTlGfsLhYoNO2xjKkc

Edit: anyway, I suppose if we change the last regex to something like this:
Code: [Select]
(?:\/)([\w-]{11})
Last Edit: April 26, 2017, 10:02:17 am by Frenzie