This commit is contained in:
Joel Kåberg
2013-11-21 22:22:19 +01:00
parent 357166414c
commit 8951e9fc90
@@ -65,7 +65,7 @@ class Couchtarter(TorrentProvider):
# 'size': tryInt(self.parseSize(result.get('Size'))),
# 'score': host['extra_score'],
# 'seeders': tryInt(result.get('Seeders'),
# 'leechers': tryInt(result.get('leechers'),
# 'leechers': tryInt(result.get('Leechers'),
# 'resoultion': result.get('Resolution'),
# 'source': result.get('Media'),
# 'get_more_info': result.get('IMDbID')