mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
Fix Torrent Files Downloading
This commit is contained in:
parent
a50e31ec3f
commit
3c396ba880
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue