update demonoid url (#541)

just updating the demonoid url to the current.
This commit is contained in:
Don Fanning 2016-10-08 10:00:06 -07:00 committed by JigSaw
parent 7eaff55955
commit c33315f59c
1 changed files with 1 additions and 1 deletions

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.cc/",
link: "http://www.dnoid.me/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,