mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +00:00
(Update) racing4everyone.yml (#3883)
- add Global Double Upload - add translations - all credit to @garfield69
This commit is contained in:
parent
6c6d379002
commit
ef20198a4f
1 changed files with 28 additions and 3 deletions
|
@ -84,12 +84,37 @@
|
||||||
args: ([\d\.]+)
|
args: ([\d\.]+)
|
||||||
date:
|
date:
|
||||||
selector: time
|
selector: time
|
||||||
|
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
|
||||||
|
args: ["(ay|kuu|måned|mese|miesiąc|mês|měsíc|месяц|lună|mes|mois|Monat|месец|maand)", "month"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(ay|kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"100% Free\"]": "0"
|
"i[data-original-title=\"100% Free\"]": "0" # Single Torrent Freeleech
|
||||||
"i[data-original-title=\"Global FreeLeech\"]": "0"
|
"i[data-original-title=\"Global FreeLeech\"]": "0" # Global Freeleech
|
||||||
"*": "1"
|
"*": "1"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"Double upload\"]": "2"
|
"i[data-original-title=\"Double upload\"]": "2" # Single Torrent Double Upload
|
||||||
|
"i[data-original-title=\"Double Upload\"]": "2" # Global Double Upload
|
||||||
"*": "1"
|
"*": "1"
|
||||||
|
|
Loading…
Reference in a new issue