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

Co-authored-by: odayny <odayny@users.noreply.github.com>
This commit is contained in:
Bogdan 2023-04-07 18:49:18 +03:00
parent f638cf34d1
commit 21bda07510

View file

@ -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;
}