Skip to content

Commit

Permalink
cloudtorrents: change UA, add high requestdelay. #14065
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Feb 23, 2023
1 parent d3df214 commit d49d9fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Definitions/cloudtorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit d49d9fa

Please sign in to comment.