cloudtorrents: change UA, add high requestdelay. #14065

This commit is contained in:
ilike2burnthing
2023-02-23 12:47:16 +00:00
committed by GitHub
parent d3df21459e
commit d49d9fa691

View File

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