Quote:
Originally Posted by mickknutson
New Youtube issue:
Code:
http://www.youtube.com/watch?v=0Hn1b3E4BXY#t=4m18s
This URL did not get parsed for some reason. Can anyone help with the REGEX?
Here is the current REGEX:
Code:
[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]*
|
Use this Regular expression:
Code:
[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;#=\+_\-]*