mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
---
|
|
site: torrentcouch
|
|
name: TorrentCouch
|
|
description: "TorrentCounch is a Public TV tracker"
|
|
language: en-us
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://torrentcouch.net/
|
|
legacylinks:
|
|
- https://torrentcouch.com/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: 1, cat: TV, desc: "TV"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
|
|
settings: []
|
|
|
|
download:
|
|
selector: tr td a[href*="/files/download/"]
|
|
|
|
search:
|
|
# https://torrentcouch.com/?s=expanse
|
|
# https://torrentcouch.net/page/3/?s=expanse
|
|
paths:
|
|
- path: "{{if .Keywords}}/?s={{ .Keywords}}{{else}}/{{end}}"
|
|
- path: "{{if .Keywords}}/page/2/?s={{ .Keywords}}{{else}}{{end}}"
|
|
- path: "{{if .Keywords}}/page/3/?s={{ .Keywords}}{{else}}{{end}}"
|
|
- path: "{{if .Keywords}}/page/4/?s={{ .Keywords}}{{else}}{{end}}"
|
|
rows:
|
|
selector: article
|
|
fields:
|
|
title:
|
|
selector: h1.entry-title a
|
|
category:
|
|
text: "1"
|
|
details:
|
|
selector: h1.entry-title a
|
|
attribute: href
|
|
description:
|
|
selector: p
|
|
download:
|
|
selector: h1.entry-title a
|
|
attribute: href
|
|
size:
|
|
text: "500 MB"
|
|
seeders:
|
|
text: "1"
|
|
leechers:
|
|
text: "1"
|
|
date:
|
|
selector: span.posted-on a time
|
|
filters:
|
|
- name: dateparse
|
|
args: "January 2, 2006"
|
|
downloadvolumefactor:
|
|
text: "0"
|
|
uploadvolumefactor:
|
|
text: "1"
|