desitorrents: migrate to c#. resolves #11904 (#11909)

This commit is contained in:
ilike2burnthing
2021-06-15 03:29:50 +01:00
committed by GitHub
parent 3b5ae2c279
commit e347d38fc0
4 changed files with 82 additions and 275 deletions

View File

@@ -228,7 +228,7 @@ namespace Jackett.Common.Indexers.Abstract
? "Tags: " + string.Join(", ", tags) + "\n"
: null;
Uri poster = null;
if (!string.IsNullOrEmpty(cover))
if (!string.IsNullOrEmpty(cover) && cover.StartsWith("http"))
poster = new Uri(cover);
var release = new ReleaseInfo
{