mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Cleaned up RssItemProcessingProvider, will actually process Season NZBs now.
Added Newzbin ID parsing.
This commit is contained in:
parent
1076b3ab58
commit
caa99540a6
2 changed files with 25 additions and 23 deletions
|
@ -10,6 +10,7 @@ namespace NzbDrone.Core.Model
|
|||
{
|
||||
private static readonly IList<NzbSiteModel> Sites = new List<NzbSiteModel>
|
||||
{
|
||||
new NzbSiteModel {Name = "newzbin", Url = "newzbin.com", Pattern = @"\d{7,10}"},
|
||||
new NzbSiteModel {Name = "nzbmatrix", Url = "nzbmatrix.com", Pattern = @"\d{6,10}"},
|
||||
new NzbSiteModel {Name = "nzbsDotOrg", Url = "nzbs.org", Pattern = @"\d{5,10}"},
|
||||
new NzbSiteModel {Name = "nzbsrus", Url = "nzbsrus.com", Pattern = @"\d{6,10}"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue