Youtu.be Addon:
Title = Your Choice
Description = Your Choice
Unique Key = Your Choice
Display Order = Your Choice
Active = Yes
Contain = Yes
Regex
Code:
http:\/\/youtu\.be\/([A-Za-z0-9-_]+)
Replacement
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Noted Correction:
New Code - param name="movie" <-- Double quotes
Old Code - param name=''movie'' <-- Two single quotes