From 99a4763c4b2d855922303eb35df43fa451b67fe5 Mon Sep 17 00:00:00 2001 From: Janez Troha Date: Mon, 2 Jul 2012 13:23:28 +0200 Subject: [PATCH] fix typo in publichd --- couchpotato/core/providers/torrent/publichd/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/publichd/main.py b/couchpotato/core/providers/torrent/publichd/main.py index 129832b0..ca5c980b 100644 --- a/couchpotato/core/providers/torrent/publichd/main.py +++ b/couchpotato/core/providers/torrent/publichd/main.py @@ -82,7 +82,7 @@ class PublicHD(TorrentProvider): new['size'] = self.parseSize(result.findAll('td' )[7].string) new['seeders'] = int(result.findAll('td')[4].string) - new['Leechers'] = int(result.findAll('td' + new['leechers'] = int(result.findAll('td' )[5].string) new['imdbid'] = movie['library']['identifier']