added one more bt site;added the option for choosing a site to search torrents
This commit is contained in:
10
lib/Search/Sites/searchBase.php
Normal file
10
lib/Search/Sites/searchBase.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace OCA\NCDownloader\Search\Sites;
|
||||
|
||||
interface searchBase
|
||||
{
|
||||
public function search($keyword);
|
||||
public function parse();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user