mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
BeyondHD: support highligh releases
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Jackett.Common.Indexers
|
||||
try
|
||||
{
|
||||
CQ dom = results.Content;
|
||||
var rows = dom["table.torrenttable > tbody > tr.browse_color"];
|
||||
var rows = dom["table.torrenttable > tbody > tr.browse_color, table.torrenttable > tbody > tr.highlight"];
|
||||
foreach (var row in rows)
|
||||
{
|
||||
var release = new ReleaseInfo();
|
||||
|
Reference in New Issue
Block a user