orstring.match(vlc.path,"watch_fullscreen%?video_id=")-- the fullscreen page
orstring.match(vlc.path,"watch_fullscreen%?video_id=")-- the fullscreen page
orstring.match(vlc.path,"p.swf")-- the (old?) player url
orstring.match(vlc.path,"p.swf")-- the (old?) player url
orstring.match(vlc.path,"jp.swf")-- the (new?) player url (as of 24/08/2007)
orstring.match(vlc.path,"jp.swf")-- the (new?) player url (as of 24/08/2007)
orstring.match(vlc.path,"player2.swf"))-- another player url
orstring.match(vlc.path,"player2.swf")-- another player url
or(string.match(vlc.path,"get_video%?video_id=")andnotstring.match(vlc.path,"t="))-- the video url without the t= parameter which is mandatory (since 24/08/2007)
or(string.match(vlc.path,"get_video%?video_id=")andnotstring.match(vlc.path,"t=")))-- the video url without the t= parameter which is mandatory (since 24/08/2007)