
02-18-2010, 01:59 AM
|
|
|
Join Date: Aug 2009
Location: http://YAHO.ME
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Okay now to solve this paradox i make two definition for youtube links
first one Unique Key called youtube1 that's i use in regular expression (#) symbol like this
PHP Code:
[http://[\w]+\.youtube\.[\w]+/watch\#v=([\w-]+)[\w&;=-]*[\#t=]*([\d]*)[&;10shdq=]*
and the second one Unique Key called youtube that's i use in regular expression (?) symbol like this
PHP Code:
[http://[\w]+\.youtube\.[\w]+/watch\?v=([\w-]+)[\w&;=-]*[\#t=]*([\d]*)[&;10shdq=]*
so that AME can now read from two different method at youtube links
but only one problem find that first one give me YouTube - Broadcast Yourself without any video embed title
the second looks great
|