scrape.php remove benc_str()

This commit is contained in:
xiaomlove
2021-06-10 00:31:40 +08:00
parent 36b8e9a3db
commit 58e7fedb38

View File

@@ -16,7 +16,6 @@ if (count($info_hash_array[1]) < 1) {
else {
$query = "SELECT $fields FROM torrents WHERE " . hash_where_arr('info_hash', $info_hash_array[1]);
}
$r = "d" . benc_str("files") . "d";
$res = sql_query($query);