Update thepiratebay.php

This commit is contained in:
amogusussy 2022-11-28 22:38:19 +00:00 committed by GitHub
parent 9ad077535e
commit da83515423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
array (
"size" => htmlspecialchars($size),
"name" => htmlspecialchars($name),
"seeders" => htmlspecialchars($seeders),
"leechers" => htmlspecialchars($leechers),
"seeders" => intval(htmlspecialchars($seeders)),
"leechers" => intval(htmlspecialchars($leechers)),
"magnet" => htmlspecialchars($magnet),
"source" => "thepiratebay.org"
)