BitHDTV - Stop trying to keep up with changing width (#1291)

This commit is contained in:
Brian Hartvigsen
2017-04-16 22:25:54 -06:00
committed by flightlevel
parent 14f530a32c
commit 049d035c96

View File

@@ -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))