source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/embedded/longtail/longtail.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 149 bytes
Line 
1function tubepress_longtail_matcher() {
2 return /youtube\.com\/watch\?v=(.{11}).*/;
3}
4function tubepress_longtail_param() {
5 return "flashvars";
6}
Note: See TracBrowser for help on using the repository browser.