1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

Update Demonoid URL (#527)

Update Demonoid URL. Fix for #522
This commit is contained in:
d2dyno 2016-09-29 15:07:32 -04:00 committed by JigSaw
parent 66e3f8eea5
commit 6cab5fbba8

View file

@ -30,7 +30,7 @@ namespace Jackett.Indexers
public Demonoid(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
: base(name: "Demonoid",
description: "Demonoid",
link: "http://www.demonoid.pw/",
link: "http://www.demonoid.cc/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,