mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix rss download link + migrate bencode to rhilip/bencode
This commit is contained in:
@@ -52,8 +52,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$file = storage_path('logs/11270.torrent');
|
||||
$r = Bencode::load($file);
|
||||
$r = 'https://hdtime.org/download.php?downhash=' . urlencode('1|Roqd');
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user