mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
delete torrentcouch
no longer suppliying .torrent or magnet
This commit is contained in:
@@ -68,7 +68,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* TNTVillage <!-- maintained by bonny1992 -->
|
* TNTVillage <!-- maintained by bonny1992 -->
|
||||||
* Tokyo Tosho
|
* Tokyo Tosho
|
||||||
* Torlock
|
* Torlock
|
||||||
* TorrentCouch
|
|
||||||
* Torrent Downloads (TD)
|
* Torrent Downloads (TD)
|
||||||
* TorrentFunk
|
* TorrentFunk
|
||||||
* TorrentGalaxy.org (TGx)
|
* TorrentGalaxy.org (TGx)
|
||||||
|
@@ -1,63 +0,0 @@
|
|||||||
---
|
|
||||||
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"
|
|
@@ -288,6 +288,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/bt-scene.yml",
|
"Definitions/bt-scene.yml",
|
||||||
"Definitions/extratorrentclone.yml",
|
"Definitions/extratorrentclone.yml",
|
||||||
"Definitions/btdb.yml",
|
"Definitions/btdb.yml",
|
||||||
|
"Definitions/torrentcouch.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFile in oldFiles)
|
foreach (var oldFile in oldFiles)
|
||||||
|
Reference in New Issue
Block a user