mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
SpeedCD: fix row selector
This commit is contained in:
@@ -140,7 +140,7 @@ namespace Jackett.Indexers
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
CQ dom = response.Content;
|
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)
|
foreach (IDomObject row in rows)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user