mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 14:20:49 +02:00
Fixed: (Toloka) Add authors.gif to check for FL
Co-authored-by: odayny <odayny@users.noreply.github.com>
This commit is contained in:
parent
f638cf34d1
commit
21bda07510
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
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…
Reference in a new issue