Exemplo n.º 1
0
 function init()
 {
     parent::init();
     $this->short_title = __('YouTube Playlist', 'broken-link-checker');
     $this->long_title = __('Embedded YouTube playlist', 'broken-link-checker');
     $this->url_search_string = 'youtube.com/p/';
 }
Exemplo n.º 2
0
 function init()
 {
     parent::init();
     $this->url_search_string = 'dailymotion.com/swf/video/';
     $this->short_title = __('DailyMotion Video', 'broken-link-checker');
     $this->long_title = __('Embedded DailyMotion video', 'broken-link-checker');
 }
Exemplo n.º 3
0
 function init()
 {
     parent::init();
     $this->short_title = __('Megavideo Video', 'broken-link-checker');
     $this->long_title = __('Embedded Megavideo video', 'broken-link-checker');
     $this->url_search_string = 'megavideo.com/v/';
 }
 function init()
 {
     parent::init();
     $this->url_search_string = 'vimeo.com/moogaloop.swf?';
     $this->short_title = __('Vimeo Video', 'broken-link-checker');
     $this->long_title = __('Embedded Vimeo video', 'broken-link-checker');
 }
 function init()
 {
     parent::init();
     $this->short_title = __('GoogleVideo Video', 'broken-link-checker');
     $this->long_title = __('Embedded GoogleVideo video', 'broken-link-checker');
     $this->url_search_string = 'video.google.com/';
 }