2019-02-01 03:55:14 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: torrentfunk
|
2020-05-10 20:05:19 +00:00
|
|
|
name: TorrentFunk
|
|
|
|
description: "TorrentFunk is a Public torrent index"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
followredirect: true
|
|
|
|
links:
|
|
|
|
- https://www.torrentfunk.com/
|
|
|
|
- https://www.torrentfunk2.com/
|
2020-10-10 19:51:49 +00:00
|
|
|
- https://torrentfunk.unblockit.lat/
|
2020-05-10 20:05:19 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://torrentfunk.unblockit.pro/
|
|
|
|
- https://torrentfunk.unblockit.one/
|
2020-06-10 03:54:08 +00:00
|
|
|
- https://torrentfunk.unblockit.me/
|
2020-06-25 19:17:40 +00:00
|
|
|
- https://torrentfunk.unblockit.pw/
|
2020-07-29 03:51:24 +00:00
|
|
|
- https://torrentfunk.unblockit.id/
|
2020-08-21 22:54:23 +00:00
|
|
|
- https://torrentfunk.unblockit.win/
|
2020-10-10 19:51:49 +00:00
|
|
|
- https://torrentfunk.unblockit.top/
|
2019-02-01 03:55:14 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
1: Movies
|
|
|
|
2: Audio
|
|
|
|
3: TV
|
|
|
|
4: PC/Games
|
|
|
|
5: PC
|
|
|
|
6: TV/Anime
|
|
|
|
7: XXX
|
|
|
|
8: Other
|
|
|
|
9: Other
|
|
|
|
0: Other
|
2020-05-11 00:11:28 +00:00
|
|
|
10: Other
|
|
|
|
11: Other
|
2019-02-01 03:55:14 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2019-02-01 03:55:14 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings: []
|
2019-02-01 03:55:14 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
# https://www.torrentfunk.com/all/torrents/morty-402-castellano.html
|
|
|
|
- path: "all/torrents/{{ .Keywords }}.html"
|
|
|
|
keywordsfilters:
|
|
|
|
- name: re_replace
|
|
|
|
args: ["[\\s]+", "-"]
|
|
|
|
- name: tolower
|
2020-02-14 20:48:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table.tmain tbody tr:has(a[href^="/torrent/"])
|
|
|
|
filters:
|
|
|
|
- name: andmatch
|
2020-02-14 20:48:27 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: div a[href^="/torrent/"]
|
|
|
|
category:
|
|
|
|
selector: td[class^="tv"], td[class^="tn"]
|
|
|
|
attribute: class
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: (\d+)
|
|
|
|
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:
|
|
|
|
# Today
|
|
|
|
# Yesterday
|
|
|
|
selector: td:nth-child(2):contains("day")
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: fuzzytime
|
|
|
|
date:
|
|
|
|
# 7 Jul
|
|
|
|
# 25 Dec
|
|
|
|
selector: td:nth-child(2):not(:contains("day"))
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: dateparse
|
|
|
|
args: "2 Jan"
|
|
|
|
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
|