diff --git a/couchpotato/core/plugins/score/scores.py b/couchpotato/core/plugins/score/scores.py index 8afa129..3d5a9e6 100644 --- a/couchpotato/core/plugins/score/scores.py +++ b/couchpotato/core/plugins/score/scores.py @@ -116,7 +116,7 @@ def sizeScore(size): def providerScore(provider): - if provider in ['NZBMatrix', 'Nzbs', 'Newzbin']: + if provider in ['OMGWTFNZBs', 'PassThePopcorn', 'SceneAccess', 'TorrentLeech']: return 20 if provider in ['Newznab']: