mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix AvistaZ exception
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Jackett.Indexers
|
||||
try
|
||||
{
|
||||
CQ dom = response.Content;
|
||||
var rows = dom["table > tbody > tr"];
|
||||
var rows = dom["table:has(thead) > tbody > tr"];
|
||||
foreach (var row in rows)
|
||||
{
|
||||
CQ qRow = row.Cq();
|
||||
|
Reference in New Issue
Block a user