mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torrent download bugfix
This commit is contained in:
@@ -83,6 +83,11 @@ namespace Jackett.Indexers
|
|||||||
|
|
||||||
public Uri UncleanLink(Uri link)
|
public Uri UncleanLink(Uri link)
|
||||||
{
|
{
|
||||||
|
if (string.IsNullOrWhiteSpace(downloadUrlBase))
|
||||||
|
{
|
||||||
|
return link;
|
||||||
|
}
|
||||||
|
|
||||||
if (link.ToString().StartsWith(downloadUrlBase))
|
if (link.ToString().StartsWith(downloadUrlBase))
|
||||||
{
|
{
|
||||||
return link;
|
return link;
|
||||||
|
Reference in New Issue
Block a user