Created a mock Sonarr container for the beta release
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user