mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 01:52:02 -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:
|
||||
title = link.getText()
|
||||
id = int(id)
|
||||
seeders = int(cells[9].getText())
|
||||
leechers = int(cells[10].getText())
|
||||
seeders = int(cells[10].getText())
|
||||
leechers = int(cells[11].getText())
|
||||
except (AttributeError, TypeError):
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user