mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix Torrent Files Downloading
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Jackett.Indexers
|
||||
client: w,
|
||||
logger: l,
|
||||
p: ps,
|
||||
downloadBase: "http://fnt.nu/download.php?id={id}&dl=oui",
|
||||
downloadBase: "http://fnt.nu/download.php?id=",
|
||||
configData: new ConfigurationDataFnt())
|
||||
{
|
||||
// Clean capabilities
|
||||
|
Reference in New Issue
Block a user