2019-02-19 20:36:12 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: torrentproject2
|
2020-05-10 20:05:19 +00:00
|
|
|
name: TorrentProject2
|
|
|
|
description: "TorrentProject2 is a Public torrent meta-search engine"
|
2021-09-07 23:09:51 +00:00
|
|
|
language: en-US
|
2020-05-10 20:05:19 +00:00
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
2022-11-05 20:45:19 +00:00
|
|
|
requestDelay: 2
|
2020-05-10 20:05:19 +00:00
|
|
|
links:
|
2020-10-26 05:02:40 +00:00
|
|
|
- https://torrentproject2.net/
|
2020-05-10 20:05:19 +00:00
|
|
|
- https://torrentproject2.org/
|
2020-10-26 05:02:40 +00:00
|
|
|
- https://torrentproject.info/
|
|
|
|
- https://torrentproject.biz/
|
|
|
|
- https://torrentproject.xyz/
|
2022-12-28 16:07:08 +00:00
|
|
|
- https://torrentproject.cc/
|
2020-05-10 20:05:19 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://torrentproject2.se/
|
2022-12-28 16:07:08 +00:00
|
|
|
- https://torrentproject2.com/
|
2019-02-19 20:36:12 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
2020-11-02 22:25:06 +00:00
|
|
|
categorymappings:
|
|
|
|
- {id: Movies, cat: Movies, desc: Movies}
|
|
|
|
- {id: Music, cat: Audio, desc: Music}
|
|
|
|
- {id: Apps, cat: PC/0day, desc: Apps}
|
|
|
|
- {id: Mobile, cat: PC/Mobile-Other, desc: Mobile}
|
|
|
|
- {id: Games, cat: PC/Games, desc: Games}
|
|
|
|
- {id: TV, cat: TV, desc: TV}
|
|
|
|
- {id: Documentaries, cat: TV/Documentary, desc: Documentaries}
|
|
|
|
- {id: XXX, cat: XXX, desc: XXX}
|
|
|
|
- {id: Other, cat: Other, desc: Other}
|
2019-02-19 20:36:12 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2020-10-17 04:50:47 +00:00
|
|
|
book-search: [q]
|
2019-02-19 20:36:12 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
|
|
|
- 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: latest
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-24 03:27:51 +00:00
|
|
|
latest: "created desc"
|
|
|
|
oldest: "created asc"
|
|
|
|
seeders: seeders
|
|
|
|
size: size
|
2019-02-19 20:36:12 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
download:
|
2021-06-14 05:13:56 +00:00
|
|
|
selectors:
|
|
|
|
- selector: "#download > div:nth-child(2) > div:nth-child(1) > a"
|
|
|
|
attribute: href
|
2021-06-14 16:11:23 +00:00
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["https://mylink.me.uk/?url=", ""]
|
|
|
|
- name: replace
|
|
|
|
args: ["https://mylink.cx/?url=", ""]
|
|
|
|
- name: urldecode
|
2019-02-19 20:36:12 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
2020-11-02 22:25:06 +00:00
|
|
|
- path: "browse?t={{ if .Keywords }}{{ re_replace .Keywords \" \" \"+\" }}{{ else }}{{ end }}&orderby={{ .Config.sort }}{{ if .Config.filter-verified }}&safe=on{{ else }}{{ end }}"
|
|
|
|
- path: "browse?t={{ if .Keywords }}{{ re_replace .Keywords \" \" \"+\" }}{{ else }}{{ end }}&orderby={{ .Config.sort }}{{ if .Config.filter-verified }}&safe=on{{ else }}{{ end }}&p=1"
|
2019-12-21 03:17:20 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: "#similarfiles div:has(a[href^=\"/t\"])"
|
2019-12-21 03:17:20 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
text: Other
|
|
|
|
category|noappend:
|
|
|
|
optional: true
|
|
|
|
selector: div > span:nth-child(1) > span
|
|
|
|
title:
|
|
|
|
selector: span > a
|
|
|
|
details:
|
|
|
|
selector: span > a
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: span > a
|
|
|
|
attribute: href
|
2021-10-24 06:51:41 +00:00
|
|
|
date_year:
|
2020-12-07 23:29:04 +00:00
|
|
|
# Sep. 7th '10
|
|
|
|
selector: div > span:nth-child(4):not(:contains(":"))
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(?i)(st|nd|rd|th)", ""]
|
|
|
|
- name: replace
|
|
|
|
args: ["'", ""]
|
|
|
|
- name: append
|
|
|
|
args: " -07:00" # PDT
|
|
|
|
- name: dateparse
|
|
|
|
args: "Jan. 2 06 -07:00"
|
2021-10-24 06:51:41 +00:00
|
|
|
date_time:
|
2020-11-06 05:27:16 +00:00
|
|
|
# 2020-11-05 07:34:44
|
2020-12-07 23:29:04 +00:00
|
|
|
selector: div > span:nth-child(4):contains(":")
|
|
|
|
optional: true
|
2020-11-06 05:27:16 +00:00
|
|
|
filters:
|
|
|
|
- name: append
|
|
|
|
args: " -07:00" # PDT
|
|
|
|
- name: dateparse
|
|
|
|
args: "2006-01-02 15:04:05 -07:00"
|
2021-10-24 06:51:41 +00:00
|
|
|
date:
|
|
|
|
text: "{{ if or .Result.date_year .Result.date_time }}{{ or .Result.date_year .Result.date_time }}{{ else }}now{{ end }}"
|
2020-05-10 20:05:19 +00:00
|
|
|
size:
|
|
|
|
selector: div > span:nth-child(5)
|
|
|
|
seeders:
|
|
|
|
selector: div > span:nth-child(2)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["N/A", "0"]
|
|
|
|
leechers:
|
|
|
|
selector: div > span:nth-child(3)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["N/A", "0"]
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-02-14 20:48:27 +00:00
|
|
|
# engine n/a
|