Jackett/src/Jackett.Common/Definitions/torrentfunk.yml

125 lines
3.4 KiB
YAML
Raw Normal View History

2019-02-01 03:55:14 +00:00
---
id: torrentfunk
name: TorrentFunk
description: "TorrentFunk is a Public torrent index"
language: en-US
type: public
encoding: UTF-8
links:
- https://www.torrentfunk.com/
- https://www.torrentfunk2.com/
- https://torrentfunk.unblockit.casa/
- https://torrentfunk.ninjaproxy1.com/
- https://torrentfunk.proxyninja.org/
legacylinks:
2023-03-08 07:48:19 +00:00
- https://torrentfunk.unblockit.bio/
- https://torrentfunk.unblockit.boo/
2023-05-02 03:15:01 +00:00
- https://torrentfunk.mrunblock.guru/
2023-05-07 09:47:03 +00:00
- https://torrentfunk.unblockit.click/
2023-06-07 10:04:49 +00:00
- https://torrentfunk.unblockit.asia/
- https://torrentfunk.mrunblock.life/
2023-07-07 07:56:26 +00:00
- https://torrentfunk.unblockit.mov/
2023-08-07 08:28:55 +00:00
- https://torrentfunk.unblockit.rsvp/
2023-08-07 08:50:01 +00:00
- https://torrentfunk.nocensor.click/
2023-09-07 17:58:45 +00:00
- https://torrentfunk.unblockit.vegas/
2023-10-06 17:28:03 +00:00
- https://torrentfunk.unblockit.esq/
2023-10-31 04:23:26 +00:00
- https://torrentfunk.unblockit.zip/
2023-12-07 22:00:57 +00:00
- https://torrentfunk.unblockit.foo/
2024-01-07 17:15:05 +00:00
- https://torrentfunk.unblockit.ing/
- https://torrentfunk.nocensor.cloud/
- https://torrentfunk.mrunblock.bond/
2024-02-07 23:21:49 +00:00
- https://torrentfunk.unblockit.date/
2024-03-07 19:49:04 +00:00
- https://torrentfunk.unblockit.dad/
- https://torrentfunk.unblockit.africa/
2019-02-01 03:55:14 +00:00
caps:
categorymappings:
- {id: 1, cat: Movies, desc: Movies}
- {id: 2, cat: Audio, desc: Music}
- {id: 3, cat: TV, desc: Television}
- {id: 4, cat: PC/Games, desc: Games}
- {id: 5, cat: PC, desc: Software}
- {id: 6, cat: TV/Anime, desc: Anime}
- {id: 7, cat: XXX, desc: Adult}
- {id: 8, cat: Other, desc: Other(tbd)}
- {id: 9, cat: Other, desc: Other(tbd)}
- {id: 0, cat: Other, desc: Other(tbd)}
- {id: 10, cat: Other, desc: Other(tbd)}
- {id: 11, cat: Other, desc: Other(tbd)}
2019-02-01 03:55:14 +00:00
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
2019-02-01 03:55:14 +00:00
settings: []
2019-02-01 03:55:14 +00:00
search:
paths:
# https://www.torrentfunk.com/all/torrents/morty-402-castellano.html
- path: "all/torrents/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}.html"
keywordsfilters:
- name: re_replace
args: ["[\\s]+", "-"]
- name: tolower
2020-02-14 20:48:27 +00:00
rows:
selector: table.tmain tbody tr:has(a[href^="/torrent/"])
filters:
- name: andmatch
2020-02-14 20:48:27 +00:00
fields:
category:
selector: td[class^="tv"], td[class^="tn"]
attribute: class
filters:
- name: regexp
args: (\d+)
title:
selector: div a[href^="/torrent/"]
details:
selector: div a[href^="/torrent/"]
attribute: href
download:
# /tor/25878251.torrent
selector: div a[href^="/torrent/"]
attribute: href
filters:
- name: split
args: ["/", 2]
- name: prepend
args: "/tor/"
- name: append
args: ".torrent"
date_day:
# Today
# Yesterday
selector: td:nth-child(2):contains("day")
optional: true
filters:
- name: fuzzytime
date_month:
# 7 Jul
# 25 Dec
selector: td:nth-child(2):not(:contains("day"))
optional: true
filters:
- name: append
args: " -07:00" # PDT
- name: dateparse
args: "d MMM zzz"
date:
text: "{{ if or .Result.date_month .Result.date_day }}{{ or .Result.date_month .Result.date_day }}{{ else }}now{{ end }}"
size:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(4)
leechers:
selector: td:nth-child(5)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
2020-02-14 20:48:27 +00:00
# engine n/a