Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->_channel = getYoutubeChannel();
     $this->_channel_name = getYoutubeChannelName();
     $this->_key = 'AIzaSyAN_HfFGZ_yViypHGkHpPNSjUzDaiR-KaQ';
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->_source_id = 1;
     $this->_domain = 'http://www.cnet.com';
 }
Exemplo n.º 3
0
 public function init()
 {
     parent::init();
     $this->_source_id = 3;
     $this->_domain = 'http://www.windowscentral.com';
 }
Exemplo n.º 4
0
 public function init()
 {
     parent::init();
     $this->_source_id = 2;
     $this->_domain = 'http://techcrunch.com/';
 }
Exemplo n.º 5
0
 /**
  * http://www.androidcentral.com/content/visor-blog-view/recent?callback=abc&page=0 => n
  */
 public function init()
 {
     parent::init();
     $this->_source_id = 4;
     $this->_domain = 'http://www.androidcentral.com';
 }