diff --git a/NyaaPy/utils.py b/NyaaPy/utils.py index 348878d..8ab7e43 100644 --- a/NyaaPy/utils.py +++ b/NyaaPy/utils.py @@ -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)