fixed error while parsing sukebei

This commit is contained in:
Juanjo Salvador
2019-10-04 21:06:12 +02:00
parent 55950d63a3
commit 87f8f31003

View File

@@ -176,6 +176,8 @@ def parse_sukebei(self, table_rows, limit):
'leechers': block[9],
'completed_downloads': block[10],
}
except IndexError as ie:
pass
torrents.append(torrent)