fix rss download link + migrate bencode to rhilip/bencode

This commit is contained in:
xiaomlove
2021-06-09 02:23:09 +08:00
parent bf49c8c298
commit 5c4c2ccf8f
9 changed files with 185 additions and 329 deletions

View File

@@ -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);
}