Quote:
Originally Posted by gnatster
Hmmm...not working for me.
|
It works. I am using this, but for some reason it's not pulling the title? I am not a regex expert so maybe someone else can chime in as to why that is.
Youtu.be Addon:
Title = Your Choice
Description = Your Choice
Unique Key = Your Choice
Display Order = Your Choice
Active = Yes
Contain = Yes
Extract destination data = Yes
Regex
Code:
http://youtu\.be/([\w-]+)[\#t=]*([\d]*)[&;10shdq=]*
Replacement
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&start=$p2"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Good news, #t= works, bad news, it doesn't pull the title. :\