fix typo in publichd

This commit is contained in:
Janez Troha
2012-07-02 13:23:28 +02:00
parent e19af816b0
commit 99a4763c4b
@@ -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']