예제 #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/");
 }