mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 21:49:13 +02:00
This commit is contained in:
@@ -347,6 +347,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
{
|
||||
var html = Encoding.GetString(content);
|
||||
if (html.Contains("You do not have any freeleech tokens left.")
|
||||
|| html.Contains("You do not have enough freeleech tokens left.")
|
||||
|| html.Contains("This torrent is too large."))
|
||||
{
|
||||
// download again with usetoken=0
|
||||
|
Reference in New Issue
Block a user