2018-04-13 14:48:33 +00:00
|
|
|
---
|
|
|
|
site: racing4everyone
|
2018-04-13 16:07:00 +00:00
|
|
|
name: Racing4Everyone (R4E)
|
2019-02-09 04:55:59 +00:00
|
|
|
description: "Racing4Everyone (R4E) is a Private Torrent Tracker for RACING"
|
2018-04-13 14:48:33 +00:00
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
2018-05-29 12:40:56 +00:00
|
|
|
- https://racing4everyone.eu/
|
|
|
|
legacylinks:
|
2018-04-13 14:48:33 +00:00
|
|
|
- https://racing4everyone.jp/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
2018-04-13 16:07:00 +00:00
|
|
|
- {id: 1, cat: TV/Sport, desc: "BTCC"}
|
2019-03-20 17:21:20 +00:00
|
|
|
- {id: 2, cat: TV/Sport, desc: "Documentaries/TV"}
|
2018-04-13 16:07:00 +00:00
|
|
|
- {id: 3, cat: TV/Sport, desc: "DTM"}
|
|
|
|
- {id: 22, cat: TV/Sport, desc: "Formula 2"}
|
|
|
|
- {id: 23, cat: TV/Sport, desc: "Formula E"}
|
|
|
|
- {id: 24, cat: TV/Sport, desc: "Misc"}
|
|
|
|
- {id: 25, cat: TV/Sport, desc: "Motorbikes"}
|
|
|
|
- {id: 26, cat: TV/Sport, desc: "MotoGP/2/3"}
|
|
|
|
- {id: 31, cat: TV/Sport, desc: "Nascar"}
|
|
|
|
- {id: 32, cat: TV/Sport, desc: "Stockcars"}
|
|
|
|
- {id: 33, cat: TV/Sport, desc: "Touring Cars"}
|
|
|
|
- {id: 50, cat: TV/Sport, desc: "WRC"}
|
|
|
|
- {id: 53, cat: TV/Sport, desc: "Open-Wheelers"}
|
|
|
|
- {id: 55, cat: TV/Sport, desc: "Season Reviews"}
|
2019-03-20 17:21:20 +00:00
|
|
|
- {id: 56, cat: TV/Sport, desc: "WRX"}
|
|
|
|
- {id: 57, cat: TV/Sport, desc: "WEC"}
|
|
|
|
- {id: 58, cat: TV/Sport, desc: "Formula 1 Full Seasons"}
|
|
|
|
- {id: 60, cat: TV/Sport, desc: "Drag Racing"}
|
|
|
|
- {id: 61, cat: TV/Sport, desc: "Rally"}
|
|
|
|
- {id: 62, cat: TV/Sport, desc: "Formula 1 Testing"}
|
|
|
|
- {id: 63, cat: TV/Sport, desc: "Supercars"}
|
|
|
|
- {id: 64, cat: TV/Sport, desc: "Indycar Complete Seasons"}
|
|
|
|
- {id: 65, cat: TV/Sport, desc: "NASCAR Complete Seasons"}
|
|
|
|
- {id: 66, cat: TV/Sport, desc: "Documentaries"}
|
|
|
|
- {id: 67, cat: TV/Sport, desc: "Formula 1 2019"}
|
|
|
|
- {id: 68, cat: TV/Sport, desc: "Formula 1 2018-1950"}
|
2018-04-13 14:48:33 +00:00
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
|
|
|
|
login:
|
2019-02-12 19:18:17 +00:00
|
|
|
path: login
|
2018-04-13 14:48:33 +00:00
|
|
|
method: form
|
|
|
|
inputs:
|
|
|
|
username: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
2019-03-20 17:21:20 +00:00
|
|
|
remember: 1
|
2018-04-13 14:48:33 +00:00
|
|
|
error:
|
2019-03-20 17:21:20 +00:00
|
|
|
- selector: form[action$="/login"] .text-red
|
2018-04-13 14:48:33 +00:00
|
|
|
test:
|
2019-02-12 19:18:17 +00:00
|
|
|
path: torrents
|
2019-03-20 17:21:20 +00:00
|
|
|
selector: a[href$="/logout"]
|
|
|
|
|
|
|
|
ratio:
|
|
|
|
path: /
|
|
|
|
selector: span:has(i.fa-sync-alt)
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "Ratio : (\\d+)"
|
2018-04-13 14:48:33 +00:00
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
2019-02-12 19:18:17 +00:00
|
|
|
- path: filterTorrents
|
2018-04-13 14:48:33 +00:00
|
|
|
inputs:
|
|
|
|
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
|
|
|
search: "{{ .Keywords }}"
|
2019-03-20 17:21:20 +00:00
|
|
|
description: ""
|
2018-04-13 14:48:33 +00:00
|
|
|
uploader: ""
|
2019-03-20 17:21:20 +00:00
|
|
|
imdb: ""
|
|
|
|
tvdb: ""
|
|
|
|
tmdb: ""
|
|
|
|
sort: created_at
|
2018-04-13 14:48:33 +00:00
|
|
|
direction: desc
|
|
|
|
qty: 100
|
|
|
|
rows:
|
2018-07-10 16:41:08 +00:00
|
|
|
selector: table > tbody > tr
|
2018-04-13 14:48:33 +00:00
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
selector: a[href*="/categories/"]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "/categories/.*?\\.(\\d+)"
|
|
|
|
title:
|
|
|
|
selector: a.view-torrent
|
|
|
|
download:
|
2018-07-10 16:41:08 +00:00
|
|
|
selector: a[href*="/download/"]
|
2018-04-13 14:48:33 +00:00
|
|
|
attribute: href
|
|
|
|
details:
|
|
|
|
selector: a.view-torrent
|
|
|
|
attribute: href
|
|
|
|
size:
|
2018-12-28 15:11:37 +00:00
|
|
|
selector: td:nth-child(5)
|
2018-04-13 14:48:33 +00:00
|
|
|
seeders:
|
2018-07-10 16:41:08 +00:00
|
|
|
selector: td:nth-child(7)
|
2018-12-28 15:11:37 +00:00
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(8)
|
2018-04-13 14:48:33 +00:00
|
|
|
grabs:
|
2018-12-28 15:11:37 +00:00
|
|
|
selector: td:nth-child(6)
|
2018-04-13 14:48:33 +00:00
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: ([\d\.]+)
|
|
|
|
date:
|
|
|
|
selector: time
|
2018-09-29 17:47:33 +00:00
|
|
|
filters:
|
|
|
|
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portoguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(önce|tagasi|geleden|fa|temu|siden|atrás|nazpět|назад|acum|hace|il y a|vor|преди)", "ago"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(dakika|minut|minuto|minuta|minutt|минута|Minute|minuut)", "minute"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(dakika|minutit|minutter|minuti|minuty|minutos|минуты|минут|Minuten|минути|minuten)", "minutes"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(saat|tund|time|ora|godzina|hora|hodina|час|oră|heure|Stunde|uur)", "hour"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(saat|tundi|timer|ore|godziny|horas|hodiny|hoden|часа|часов|ore|heures|Stunden)", "hours"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(gün|päev|dag|giorno|dzień|dia|den|день|zi|día|jour|Tag|ден)", "day"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(gün|päeva|dage|giorni|dni|dias|dny|дня|дней|zile|días|jours|Tagen|дни|dagen)", "days"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(hafta|nädal|uge|settimana|tydzień|uke|semana|týden|неделю|săptămână|semaine|Woche|седмица)", "week"]
|
|
|
|
- name: re_replace
|
|
|
|
args: ["(hafta|nädalat|uger|settimane|tygodnie|uker|semanas|týdny|недели|недель|săptămâni|semaines|Wochen|седмици|weken)", "weeks"]
|
|
|
|
- name: re_replace
|
2019-02-19 02:32:23 +00:00
|
|
|
args: [" (ay|kuu|måned|mese|miesiąc|mês|měsíc|месяц|lună|mes|mois|Monat|месец|maand)", "month"]
|
2018-09-29 17:47:33 +00:00
|
|
|
- name: re_replace
|
2019-02-19 02:32:23 +00:00
|
|
|
args: [" (ay|kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
2018-04-13 14:48:33 +00:00
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
2018-09-29 17:47:33 +00:00
|
|
|
"i[data-original-title=\"100% Free\"]": "0" # Single Torrent Freeleech
|
|
|
|
"i[data-original-title=\"Global FreeLeech\"]": "0" # Global Freeleech
|
2018-04-13 14:48:33 +00:00
|
|
|
"*": "1"
|
|
|
|
uploadvolumefactor:
|
|
|
|
case:
|
2018-09-29 17:47:33 +00:00
|
|
|
"i[data-original-title=\"Double upload\"]": "2" # Single Torrent Double Upload
|
|
|
|
"i[data-original-title=\"Double Upload\"]": "2" # Global Double Upload
|
2018-04-13 14:48:33 +00:00
|
|
|
"*": "1"
|
2019-03-20 17:21:20 +00:00
|
|
|
# UNIT3D
|