新增joyhd、u2

This commit is contained in:
iyuu.cn
2019-12-24 19:16:57 +08:00
parent cf8ee2ab73
commit fabffa1f63
10 changed files with 417 additions and 4 deletions

View File

@ -87,11 +87,11 @@ class Mteam implements decodeBase
* @param string
* @return array
*/
public static function run()
public static function run($url = 'torrents.php')
{
self::init();
Rpc::init(self::SITE, self::METHOD);
$html = self::get();
$html = self::get($url);
if ( $html === null ) {
exit(1);
}