Skip to content

Commit

Permalink
cloudtorrents: remove UA and requestdelay. #14065
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Feb 23, 2023
1 parent d49d9fa commit 37fb4b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Jackett.Common/Definitions/cloudtorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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,10 +35,6 @@ download:
attribute: href

search:
headers:
# 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 37fb4b3

Please sign in to comment.