mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Update bitsoup.py
they've reorganized columns
This commit is contained in:
parent
701842ba71
commit
63dbe9e522
@ -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 New Issue
Block a user