Esempio n. 1
0
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->set_prefix_url("http://www.tvsubtitles.net/");
     $this->set_search_url("http://www.tvsubtitles.net/search.php?q=%search%");
     $this->set_search_id_url("http://www.tvsubtitles.net/tvshow-%id%.html");
     $this->set_download_id_url("http://www.tvsubtitles.net/download-%id%.html");
     $this->set_name("tvsubtitles.net");
     $this->set_url("http://www.tvsubtitles.net/");
 }
Esempio n. 2
0
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->prefix_url = null;
     $this->search_url = null;
     $this->search_id_url = null;
     $this->download_id_url = null;
     $this->name = null;
     $this->url = null;
     $this->request = null;
     self::$data_store = array();
     $this->log_array = array();
 }