From d49d9fa6918b910e09b158b1bf412c7f40e8a678 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:47:16 +0000 Subject: [PATCH] cloudtorrents: change UA, add high requestdelay. #14065 --- src/Jackett.Common/Definitions/cloudtorrents.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/cloudtorrents.yml b/src/Jackett.Common/Definitions/cloudtorrents.yml index 7108efcef..aff5842a4 100644 --- a/src/Jackett.Common/Definitions/cloudtorrents.yml +++ b/src/Jackett.Common/Definitions/cloudtorrents.yml @@ -5,6 +5,7 @@ description: "CloudTorrents is a Public Torrent Tracker for MOVIES / TV / GENERA language: en-US type: public encoding: UTF-8 +requestDelay: 5 links: - https://cloudtorrents.com/ @@ -36,8 +37,8 @@ download: search: headers: - # site blocks Prowlarr's User-Agents, so use a slightly altered Jackett UA here (e.g. Safari/537.36 > Safari/537.35) - User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"] + # site blocks Prowlarr's User-Agents, so use a slightly altered Jackett UA here (e.g. Safari/537.36 > Safari/537.34) + User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.34"] paths: - path: "{{ if .Keywords }}search?query={{ .Keywords }}{{ else }}latest{{ end }}"