diff --git a/couchpotato/core/downloaders/rtorrent/main.py b/couchpotato/core/downloaders/rtorrent/main.py index c5850f93..08d34213 100755 --- a/couchpotato/core/downloaders/rtorrent/main.py +++ b/couchpotato/core/downloaders/rtorrent/main.py @@ -87,7 +87,7 @@ class rTorrent(Downloader): return False - def _update_provider_group(self, name, data): + def updateProviderGroup(self, name, data): if data.get('seed_time'): log.info('seeding time ignored, not supported') diff --git a/couchpotato/core/plugins/quality/main.py b/couchpotato/core/plugins/quality/main.py index d56ff89f..80773a84 100644 --- a/couchpotato/core/plugins/quality/main.py +++ b/couchpotato/core/plugins/quality/main.py @@ -316,6 +316,8 @@ class QualityPlugin(Plugin): 'Movie.Name.1999.DVD-Rip-Group': 'dvdrip', 'Movie.Name.1999.DVD-R-Group': 'dvdr', 'Movie.Name.Camelie.1999.720p.BluRay.x264-Group': '720p', + 'Movie.Name.2008.German.DL.AC3.1080p.BluRay.x264-Group': '1080p', + 'Movie.Name.2004.GERMAN.AC3D.DL.1080p.BluRay.x264-Group': '1080p', } correct = 0