Fixed: (Toloka) Add `authors.gif` to check for FL

Co-authored-by: odayny <odayny@users.noreply.github.com>
pull/1587/head
Bogdan 2 years ago
parent f638cf34d1
commit 21bda07510

@ -413,7 +413,7 @@ namespace NzbDrone.Core.Indexers.Definitions
MinimumSeedTime = 0
};
if (row.QuerySelector("img[src=\"images/gold.gif\"]") != null)
if (row.QuerySelector("img[src=\"images/gold.gif\"], img[src=\"images/authors.gif\"]") != null)
{
release.DownloadVolumeFactor = 0;
}

Loading…
Cancel
Save