mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
commit
2d2d47ce02
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ class BitSoupProvider(generic.TorrentProvider):
|
||||||
try:
|
try:
|
||||||
title = link.getText()
|
title = link.getText()
|
||||||
id = int(id)
|
id = int(id)
|
||||||
seeders = int(cells[9].getText())
|
seeders = int(cells[10].getText())
|
||||||
leechers = int(cells[10].getText())
|
leechers = int(cells[11].getText())
|
||||||
except (AttributeError, TypeError):
|
except (AttributeError, TypeError):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue