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

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