remove torrent4you and magnet4you. resolves #7071 resolves #7115

This commit is contained in:
Garfield69
2021-08-26 09:34:42 +12:00
parent 10180704fb
commit dac07f9a97
4 changed files with 2 additions and 187 deletions

View File

@@ -84,7 +84,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* LimeTorrents
* LinuxTracker
* MacTorrents
* Magnet4You
* MejorTorrent
* MixTapeTorrent
* Montorrent
@@ -139,7 +138,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Torrent Oyun indir
* Torrent Paradise (ML)
* torrent-pirat
* Torrent4You
* Torrent9
* Torrent9 clone
* TorrentDownload

View File

@@ -1,94 +0,0 @@
---
id: magnet4you
name: Magnet4You
description: "Magnet4You is a Public magnet search engine"
language: en-us
type: public
encoding: UTF-8
links:
- https://magnet4you.me/
- https://magnet4you.nocensor.space/
legacylinks:
- http://magnet4you.me/
- https://magnet4you.black-mirror.xyz/
- https://magnet4you.unblocked.casa/
- https://magnet4you.proxyportal.fun/
- https://magnet4you.uk-unblock.xyz/
- https://magnet4you.ind-unblock.xyz/
- https://magnet4you.unblocked.bar/
- https://magnet4you.proxyportal.pw/
- https://magnet4you.uk-unblock.pro/
- https://magnet4you.unblocked.rest/
- https://magnet4you.unblocked.monster/
caps:
categories:
Other: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: info_8000
type: info
label: About Magnet4You Categories
default: Magnet4You does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: sort
type: select
label: Sort requested from site
default: uploaded
options:
uploaded: created
seed: seeders
size: size
title: name
search:
paths:
- path: "{{ if .Keywords }}search.php?s={{ .Keywords }}&sort={{ .Config.sort }}{{ else }}browse.php?sort={{ .Config.sort }}{{ end }}"
rows:
selector: table.tb4 > tbody > tr:has(a[href^="magnet:?xt="])
fields:
category:
text: Other
title:
selector: a[href^="magnet/"]
details:
selector: a[href^="magnet/"]
attribute: href
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
date:
selector: td:nth-child(2)
filters:
- name: timeago
size:
selector: td:nth-child(3)
filters:
- name: replace
args: ["Undefined", "0 B"]
seeders:
selector: td:nth-child(5)
filters:
- name: replace
args: ["K", "000"]
leechers:
selector: td:nth-child(6)
filters:
- name: replace
args: ["K", "000"]
grabs:
selector: td:nth-child(7)
filters:
- name: replace
args: ["K", "000"]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a

View File

@@ -1,91 +0,0 @@
---
id: torrent4you
name: Torrent4You
description: "Torrent4You is a Public torrent storage cache"
language: en-us
type: public
encoding: UTF-8
links:
- https://torrent4you.me/
- https://torrent4you.nocensor.space/
legacylinks:
- http://torrent4you.me/
caps:
categories:
Other: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: info_8000
type: info
label: About Torrent4You Categories
default: Torrent4You does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: sort
type: select
label: Sort requested from site
default: created
options:
created: created
seed: seeders
size: size
title: name
download:
selectors:
- selector: form[action^="../torrents/"]
attribute: action
search:
paths:
- path: "{{ if .Keywords }}search.php?s={{ .Keywords }}&sort={{ .Config.sort }}{{ else }}browse.php?sort={{ .Config.sort }}{{ end }}"
rows:
selector: table.tb4 > tbody > tr:has(form)
fields:
category:
text: Other
title:
selector: td:nth-child(1) a
details:
selector: td:nth-child(1) a
attribute: href
download:
selector: td:nth-child(1) a
attribute: href
date:
selector: td:nth-child(3)
filters:
- name: timeago
size:
selector: td:nth-child(4)
filters:
- name: replace
args: ["Undefined", "0 B"]
- name: replace
args: ["s", ""]
seeders:
selector: td:nth-child(6)
filters:
- name: replace
args: ["K", "000"]
leechers:
selector: td:nth-child(7)
filters:
- name: replace
args: ["K", "000"]
grabs:
selector: td:nth-child(8)
filters:
- name: replace
args: ["K", "000"]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a

View File

@@ -368,6 +368,7 @@ namespace Jackett.Updater
"Definitions/leparadisdunet.yml",
"Definitions/leporno.yml",
"Definitions/liaorencili.yml", // renamed to cilipro
"Definitions/magnet4you.yml",
"Definitions/magnetdl.yml",
"Definitions/maniatorrent.yml",
"Definitions/manicomioshare.yml",
@@ -443,6 +444,7 @@ namespace Jackett.Updater
"Definitions/tjangto.yml",
"Definitions/tntvillage.yml",
"Definitions/topnow.yml",
"Definitions/torrent4you.yml",
"Definitions/torrentbomb.yml",
"Definitions/torrentcouch.yml",
"Definitions/torrentfactory.yml",