mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
add firebit a public Ukrainian site. resolves #6395
This commit is contained in:
parent
f8f9570b63
commit
68ecb8fafe
2 changed files with 74 additions and 0 deletions
|
@ -43,6 +43,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* ExtraTorrent.ag
|
||||
* EXT Torrents
|
||||
* EZTV
|
||||
* FireBit
|
||||
* Frozen Layer
|
||||
* GamesTorrents
|
||||
* GkTorrent
|
||||
|
|
73
src/Jackett.Common/Definitions/firebit.yml
Normal file
73
src/Jackett.Common/Definitions/firebit.yml
Normal file
|
@ -0,0 +1,73 @@
|
|||
---
|
||||
site: firebit
|
||||
name: FireBit
|
||||
description: "FireBit is an UKRAINIAN / RUSSIAN Public Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: ru-ru
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- http://firebit.net/
|
||||
- http://firebit.info/
|
||||
- http://firebit.name/
|
||||
- http://firebit.pro/
|
||||
- http://firebit.club/
|
||||
- http://firebit.biz/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"Мультфильмы": TV/Anime
|
||||
"Программы": PC
|
||||
"Литература": Books
|
||||
"Игры": PC/Games
|
||||
"Фильмы": Movies
|
||||
"Видео": Movies
|
||||
"Музыка": Audio
|
||||
"Другие категории": Other
|
||||
"Новинки": Other/Misc
|
||||
"Сериалы": TV
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a[href^="/download.php?id="]
|
||||
|
||||
search:
|
||||
# http://firebit.net/index.php?do=search&type=simple&q=2019
|
||||
# http://firebit.net/%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/ # movies
|
||||
# http://firebit.net/%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/ # tv
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}index.php?do=search&type=simple&q={{ .Keywords }}{{ else }}%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/{{ end }}"
|
||||
- path: "{{ if .Keywords }}{{ else }}%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/{{ end }}"
|
||||
rows:
|
||||
selector: "{{ if .Keywords }}table.torrents tbody tr{{ else }}div[id^=\"post-id-\"]{{ end }}"
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1), div.article-indent div b a
|
||||
title:
|
||||
selector: td:nth-child(2), span.article-title
|
||||
details:
|
||||
selector: td:nth-child(2) a, span.article-title a
|
||||
attribute: href
|
||||
download:
|
||||
selector: td:nth-child(2) a, span.article-title a
|
||||
attribute: href
|
||||
size:
|
||||
selector: td.td-size, li.meta-size
|
||||
date:
|
||||
selector: td:nth-child(5), li.meta-date
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "02.01.2006 15:04:05"
|
||||
seeders:
|
||||
selector: td.l1, li.meta-sead
|
||||
leechers:
|
||||
selector: td.l2, li.meta-leech
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
Loading…
Reference in a new issue