stepmania / stepmania-site

StepMania's Website, forums, etc.
https://www.stepmania.com/
19 stars 7 forks source link

Changed youtube regex to match id-s in more links #14

Closed SoonDead closed 10 years ago

SoonDead commented 10 years ago

This regex is a little slower but matches every possible youtube link format I could find.

Found in this answer.

Tested here.

Since I have no development tools here (github edit button is all I need), I haven't tested that my commit works, but there weren't many things to mess up so I'm optimistic.

The only thing it doesn't match but should is [youtube]1nV2EocffQ0[/youtube].

shakesoda commented 10 years ago

Thanks!