Thanks for this mod, it work with almost all videos in my forum, but I can't do that with this URL format:
http://www.youtube.com/v/2jql3tUuiFU
My forum have many videos with that format. Can you help me?
Too have many videos with spanish subdomain in URL and Without "www", but i solved this changing in RegEx "www\.youtube\.com" by ".*\youtube\.com":
Code:
/<a href=\"https?:\/\/((.*\youtube\.com\/watch\?v=)|(youtu\.be\/))([a-zA-Z0-9-_]+)(.*)?\"( target=\"_blank\")?>.*<\/a>/
Thanks in advance, greetings.