Created a mock Sonarr container for the beta release

This commit is contained in:
2024-12-13 19:39:43 -07:00
parent 89f8a64b51
commit ea4cfeb42d
651 changed files with 134021 additions and 3267 deletions
+10 -5
View File
@@ -5,8 +5,10 @@ description: "XXXClub is a Public torrent site for 3X"
language: en-US
type: public
encoding: UTF-8
requestDelay: 3
links:
- https://xxxclub.to/
- https://xxxclub.cc/
caps:
categorymappings:
@@ -37,6 +39,8 @@ settings:
options:
desc: desc
asc: asc
- name: info_flaresolverr
type: info_flaresolverr
download:
selectors:
@@ -44,12 +48,13 @@ download:
attribute: href
search:
headers:
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203"]
paths:
# https://xxxclub.to/torrents/browse/2,4/metartx?sort=size&order=asc
- path: "torrents/browse/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
# https://xxxclub.to/torrents/search/2,4/metartx?sort=size&order=asc
- path: "torrents/search/{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}/{{ .Keywords }}?sort={{ .Config.sort }}&order={{ .Config.type }}"
headers:
# site blocks Prowlarr's UAs
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"]
rows:
selector: div.browsetableinside > ul > li:not(:first-child)