Bluray groups for nzb providers
This commit is contained in:
@@ -26,6 +26,7 @@ class Newzbin(NZBProvider, RSS):
|
||||
1024: ['r5'],
|
||||
}
|
||||
cat_ids = [
|
||||
([262144], ['bd50']),
|
||||
([2097152], ['1080p']),
|
||||
([524288], ['720p']),
|
||||
([262144], ['brrip']),
|
||||
|
||||
@@ -22,6 +22,7 @@ class Newznab(NZBProvider, RSS):
|
||||
cat_ids = [
|
||||
([2030], ['cam', 'ts', 'dvdrip', 'tc', 'r5', 'scr']),
|
||||
([2040], ['720p', '1080p']),
|
||||
([2050], ['bd50']),
|
||||
]
|
||||
cat_backup_id = 2000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user