Jackett/src/Jackett.Common/Definitions/torrentz2.yml

174 lines
4.4 KiB
YAML
Raw Normal View History

---
id: torrentz2
name: Torrentz2
description: "Torrentz2 is a Public torrent meta-search engine combining results from dozens of torrent sites"
language: en-us
type: public
encoding: UTF-8
followredirect: true
links:
2020-06-28 20:01:08 +00:00
- https://torrentz2.is/
2020-07-17 19:21:27 +00:00
- https://torrentsmirror.com/
- https://torrentz.pl/
- https://torrentz2.unblockninja.com/
- https://torrentz.unblockit.lat/
- https://torrentz2.unblocked.rest/
2020-05-12 19:15:11 +00:00
legacylinks:
- https://torrentz.unblockit.pro/
- https://torrentz.unblockit.one/
- https://torrentz2.black-mirror.xyz/
- https://torrentz2.unblocked.casa/
- https://torrentz2.proxyportal.fun/
- https://torrentz2.uk-unblock.xyz/
- https://torrentz2.ind-unblock.xyz/
- https://torrentz.unblockit.me/
- https://torrentz.unblockit.pw/
2020-06-28 20:01:08 +00:00
- https://torrentz2.eu/ # domain suspended by registry
- https://torrentz.unblockit.id/
- https://torrentz.unblockit.win/
- https://torrentz2.unblocked.bar/
- https://torrentz2.proxyportal.pw/
- https://torrentz2.uk-unblock.pro/
- https://torrentz.unblockit.top/
caps:
categories:
"video tv": TV
"video anime": TV/Anime
2020-10-24 03:27:51 +00:00
video: Movies
"movies divx xvid": Movies
"video movie dvd": Movies
"video movie dvdrip": Movies
"video movie hd": Movies/HD
ebook: Books/EBook
"ebook comics": Books/Comics
"ebook magazine": Books/Mags
"ebook tutorial": Books/Technical
"ebook audio book": Audio/Audiobook
2020-10-24 03:27:51 +00:00
audio: Audio
"audio music lossless": Audio/Lossless
"audio music mp3": Audio/MP3
2020-10-24 03:27:51 +00:00
application: PC/0day
game: PC/Games
"game pc": PC/Games
"game xbox": Console/XBox
"game nintendo": Console/NDS
2020-10-24 03:27:51 +00:00
adult: XXX
"adult amateur": XXX
"adult anal": XXX
"adult asian": XXX
"adult blowjobs": XXX
"adult creampie": XXX
"adult double p": XXX
"adult fisting": XXX
"adult hairy": XXX
"adult hentai": XXX
"adult interracial": XXX
"adult lesbian": XXX
"adult milf": XXX
"adult squirting": XXX
"adult tattoo": XXX
2020-10-24 03:27:51 +00:00
other: Other
images: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: itorrents-links
type: checkbox
label: "Add download links via itorrents.org"
default: false
- name: filter-safe
type: checkbox
label: "Exclude adult content from results"
default: true
- name: filter-verified
type: checkbox
label: "Only include verifed content in results"
default: false
- name: sort
type: select
label: Sort requested from site
2020-10-24 03:27:51 +00:00
default: A
options:
2020-10-24 03:27:51 +00:00
_: peers
N: rating
A: created
S: size
search:
paths:
2020-10-24 03:27:51 +00:00
- path: "{{if .Config.filter-verified }}verified{{ else }}search{{ end }}{{ re_replace .Config.sort \"_\" \"\" }}"
inputs:
2020-10-24 03:27:51 +00:00
f: "{{ if .Keywords }}title: {{ .Keywords }}{{ else }}{{ end }}"
safe: "{{ if .Config.filter-safe }}1{{ else }}0{{ end }}"
rows:
selector: "html body #wrap .results dl:has(a)"
# andmatch filter removed, see #3737
fields:
title:
selector: dt a
details:
selector: dt a
attribute: href
download-itorrents:
selector: dt a
attribute: href
filters:
- name: regexp
args: "/(\\w+)"
- name: toupper
- name: prepend
args: http://itorrents.org/torrent/
- name: append
args: ".torrent"
download:
2020-10-24 03:27:51 +00:00
text: "{{if .Config.itorrents-links}}{{ .Result.download-itorrents }}{{ else }}{{ end }}"
magfile:
text: "{{ .Result.title }}"
filters:
- name: validfilename
- name: urlencode
magnet:
selector: dt a
attribute: href
filters:
- name: regexp
args: "/(\\w+)"
- name: prepend
args: "magnet:?xt=urn:btih:"
- name: append
args: "&dn={{ .Result.magfile }}.torrent&tr=udp://tracker.coppersurfer.tk:6969&tr=udp://tracker.leechers-paradise.org:6969&tr=udp://tracker.opentrackr.org:1337"
category:
text: other
category|noappend:
optional: true
selector: dt
remove: a
filters:
- name: re_replace
args: ["[^a-zA-Z0-9\\s]+", ""]
- name: trim
date:
selector: dd span:nth-child(2)
attribute: title
size:
selector: dd span:nth-child(3)
seeders:
selector: dd span:nth-child(4)
leechers:
selector: dd span:nth-child(5)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
2020-02-14 20:48:27 +00:00
# engine n/a