SpeedCD: fix row selector

This commit is contained in:
kaso17
2017-09-11 10:50:23 +02:00
parent e537e4976e
commit b2b576a72d

View File

@@ -140,7 +140,7 @@ namespace Jackett.Indexers
try
{
CQ dom = response.Content;
var rows = dom["div[id='torrentTable'] > div[class='box torrentBox'] > div[class='boxContent'] > table > tbody > tr"];
var rows = dom["div[id='torrentTable'] > div[class^='box torrentBox'] > div[class='boxContent'] > table > tbody > tr"];
foreach (IDomObject row in rows)
{