2019-11-24 19:19:33 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: bitru
|
2020-05-10 20:05:19 +00:00
|
|
|
name: BitRu
|
|
|
|
description: "BitRu is a RUSSIAN Public Torrent Tracker for MOVIES / TV / GENERAL"
|
|
|
|
language: ru-ru
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- http://bitru.org/ # site forces http, https is not supported
|
2019-11-24 19:19:33 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
2020-11-02 03:09:09 +00:00
|
|
|
categorymappings:
|
|
|
|
- {id: movie, cat: Movies, desc: Movie}
|
|
|
|
- {id: serial, cat: TV, desc: Serial}
|
|
|
|
- {id: music, cat: Audio, desc: Music}
|
|
|
|
- {id: game, cat: PC/Games, desc: Game}
|
|
|
|
- {id: soft, cat: PC, desc: Software}
|
|
|
|
- {id: literature, cat: Books, desc: Literature}
|
|
|
|
- {id: audiobook, cat: Audio/Audiobook, desc: Audiobook}
|
|
|
|
- {id: video, cat: Movies, desc: Movies}
|
|
|
|
- {id: image, cat: Other, desc: Image}
|
|
|
|
- {id: xxx, cat: XXX, desc: xxx}
|
2019-11-24 19:19:33 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
2020-10-18 20:47:36 +00:00
|
|
|
tv-search: [q]
|
2020-05-10 20:05:19 +00:00
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2020-10-17 04:50:47 +00:00
|
|
|
book-search: [q]
|
2019-11-24 19:19:33 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
|
|
|
- name: adverts
|
|
|
|
type: select
|
|
|
|
label: Include Advertising
|
2020-10-23 05:22:00 +00:00
|
|
|
default: _
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-23 05:22:00 +00:00
|
|
|
_: yes
|
|
|
|
no: no
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
2020-10-23 05:22:00 +00:00
|
|
|
default: _
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-23 05:22:00 +00:00
|
|
|
_: created
|
|
|
|
seeders: seeders
|
|
|
|
size: size
|
2019-11-24 19:19:33 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: browse.php
|
|
|
|
inputs:
|
|
|
|
s: "{{ .Keywords }}"
|
2020-07-17 05:54:51 +00:00
|
|
|
rek: "{{ re_replace .Config.adverts \"_\" \"\" }}"
|
|
|
|
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
2019-11-24 19:19:33 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table.browse-list > tbody > tr
|
2020-01-16 04:33:16 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
selector: td:nth-child(1) a
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: querystring
|
|
|
|
args: tmp
|
|
|
|
title:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
details:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["details", "download"]
|
|
|
|
description:
|
|
|
|
selector: img[src="styles/images/adwarn.png"]
|
|
|
|
optional: true
|
|
|
|
attribute: title
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["Присутствует реклама", "Contains Adverts"]
|
|
|
|
banner:
|
|
|
|
selector: a[href^="details.php?id="]
|
|
|
|
attribute: onmouseover
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "src=(.*?) "
|
|
|
|
date:
|
|
|
|
# Сегодня в 09:09 от
|
|
|
|
# Вчера в 22:47 от
|
|
|
|
selector: td:nth-child(2) div.b-info div span:nth-child(2):contains("Сегодня"), td:nth-child(2) div.b-info div span:nth-child(2):contains("Вчера")
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "(.*?) от "
|
|
|
|
- name: replace
|
|
|
|
args: ["Сегодня в", "Today"]
|
|
|
|
- name: replace
|
|
|
|
args: ["Вчера в", "Yesterday"]
|
|
|
|
date:
|
|
|
|
# 08 ноября 2019 в 23:53 от
|
|
|
|
selector: td:nth-child(2) div.b-info div span:nth-child(2):not(:contains("Сегодня")):not(:contains("Вчера"))
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "(.*?) от "
|
|
|
|
- name: replace
|
|
|
|
args: [" в ", " "]
|
|
|
|
- name: replace
|
|
|
|
args: ["января", "January"]
|
|
|
|
- name: replace
|
|
|
|
args: ["февраля", "February"]
|
|
|
|
- name: replace
|
2020-07-17 05:38:17 +00:00
|
|
|
args: ["марта", "March"]
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: replace
|
|
|
|
args: ["апреля", "April"]
|
|
|
|
- name: replace
|
|
|
|
args: ["мая", "May"]
|
|
|
|
- name: replace
|
|
|
|
args: ["июня", "June"]
|
|
|
|
- name: replace
|
|
|
|
args: ["июля", "July"]
|
|
|
|
- name: replace
|
|
|
|
args: ["августа", "August"]
|
|
|
|
- name: replace
|
|
|
|
args: ["сентября", "September"]
|
|
|
|
- name: replace
|
|
|
|
args: ["октября", "October"]
|
|
|
|
- name: replace
|
|
|
|
args: ["ноября", "November"]
|
|
|
|
- name: replace
|
|
|
|
args: ["декабря", "December"]
|
2020-10-30 03:02:08 +00:00
|
|
|
- name: append
|
|
|
|
args: " +03:00" # MSK
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: dateparse
|
2020-10-30 03:02:08 +00:00
|
|
|
args: "02 January 2006 15:04 -07:00"
|
2020-05-10 20:05:19 +00:00
|
|
|
size:
|
|
|
|
selector: td:nth-child(3)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["ТБ", "TB"]
|
|
|
|
- name: replace
|
|
|
|
args: ["ГБ", "GB"]
|
|
|
|
- name: replace
|
|
|
|
args: ["МБ", "MB"]
|
|
|
|
- name: replace
|
|
|
|
args: ["КБ", "KB"]
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(4)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["?", "1"]
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(5)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["?", "0"]
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-01-16 04:33:16 +00:00
|
|
|
# engine n/a
|