mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
BitHDTV - Stop trying to keep up with changing width (#1291)
This commit is contained in:

committed by
flightlevel

parent
14f530a32c
commit
049d035c96
@@ -102,7 +102,7 @@ namespace Jackett.Indexers
|
|||||||
{
|
{
|
||||||
CQ dom = results.Content;
|
CQ dom = results.Content;
|
||||||
dom["#needseed"].Remove();
|
dom["#needseed"].Remove();
|
||||||
foreach (var table in dom["table[width='785'] > tbody"])
|
foreach (var table in dom["table[align=center] + br + table > tbody"])
|
||||||
{
|
{
|
||||||
var rows = table.Cq().Children();
|
var rows = table.Cq().Children();
|
||||||
foreach (var row in rows.Skip(1))
|
foreach (var row in rows.Skip(1))
|
||||||
|
Reference in New Issue
Block a user