Quote:
Originally Posted by chick
Yes it is set properly.
It is only YT that does this... here is my regular expression
Code:
http://[\w]+\.youtube\.[\w]+/watch\?v=([\w-]+)[\w&;=]*[\#t=]*([\d]*)s?
and the replacement
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&start=$p2"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Is this correct?
|
The definition only affects whether the video parses, not whether the title will convert. I can't remember what method The Geek used for extracting titles, but I believe your host needs to allow cURL queries from your server.
Since you're using my definition instead of the default one, post a couple of the links your using in my definitions thread so I can see if there's something different about the URLs in question.