mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add Blu-bits tracker (#749)
This commit is contained in:
@@ -30,6 +30,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* BIT-HDTV
|
* BIT-HDTV
|
||||||
* BitMeTV
|
* BitMeTV
|
||||||
* BitSoup
|
* BitSoup
|
||||||
|
* Blu-bits
|
||||||
* BTN
|
* BTN
|
||||||
* CinemaZ
|
* CinemaZ
|
||||||
* DanishBits
|
* DanishBits
|
||||||
|
BIN
src/Jackett/Content/logos/blubits.png
Normal file
BIN
src/Jackett/Content/logos/blubits.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
146
src/Jackett/Definitions/blubits.yml
Normal file
146
src/Jackett/Definitions/blubits.yml
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
---
|
||||||
|
site: blubits
|
||||||
|
name: Blu-bits
|
||||||
|
description: "A HD tracker"
|
||||||
|
language: en-us
|
||||||
|
links:
|
||||||
|
- https://blu-bits.com/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
# Movies
|
||||||
|
14: Movies/BluRay # Full Blu-ray
|
||||||
|
54: Movies/HD # HD-DVD
|
||||||
|
16: Movies/HD # Remux
|
||||||
|
55: Movies/HD # 2160p
|
||||||
|
15: Movies/HD # 1080p
|
||||||
|
19: Movies/HD # 1080i
|
||||||
|
18: Movies/HD # 720p
|
||||||
|
|
||||||
|
# Documentaries
|
||||||
|
21: Movies/BluRay # Full Blu-ray
|
||||||
|
39: Movies/HD # Remux
|
||||||
|
56: Movies/HD # 2160p
|
||||||
|
23: Movies/HD # 1080p
|
||||||
|
24: Movies/HD # 1080i
|
||||||
|
25: Movies/HD # 720p
|
||||||
|
|
||||||
|
# TV Series
|
||||||
|
27: TV/HD # Full Blu-ray
|
||||||
|
40: TV/HD # Remux
|
||||||
|
28: TV/HD # 1080p
|
||||||
|
29: TV/HD # 1080i
|
||||||
|
30: TV/HD # 720p
|
||||||
|
|
||||||
|
# HDTV
|
||||||
|
35: TV/HD # 1080i
|
||||||
|
36: TV/HD # 720p
|
||||||
|
|
||||||
|
# XXX
|
||||||
|
59: XXX # Full Blu-ray
|
||||||
|
46: XXX # 1080p
|
||||||
|
51: XXX # 720p
|
||||||
|
|
||||||
|
# Music
|
||||||
|
53: Audio/Video # Full Blu-ray
|
||||||
|
57: Audio/Video # Remux
|
||||||
|
45: Audio/Video # 1080p
|
||||||
|
58: Audio/Video # 720p
|
||||||
|
38: Audio/Lossless # Flac
|
||||||
|
|
||||||
|
41: TV/Sport # Sports
|
||||||
|
42: TV/Anime # Anime
|
||||||
|
44: PC # Windows Apps
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: index.php?page=login
|
||||||
|
method: post
|
||||||
|
inputs:
|
||||||
|
uid: "{{ .Config.username }}"
|
||||||
|
pwd: "{{ .Config.password }}"
|
||||||
|
error:
|
||||||
|
- selector: table.lista > tbody > tr > td.lista > span[style="color:#FF0000;"]
|
||||||
|
test:
|
||||||
|
path: index.php
|
||||||
|
selector: ul#navlist
|
||||||
|
|
||||||
|
ratio:
|
||||||
|
path: index.php
|
||||||
|
selector: "ul#navlist > li:contains(\"Ratio: \")"
|
||||||
|
filters:
|
||||||
|
- name: split
|
||||||
|
args: ["\u00a0", 1]
|
||||||
|
- name: replace
|
||||||
|
args: ["---", "0"]
|
||||||
|
|
||||||
|
search:
|
||||||
|
path: index.php
|
||||||
|
inputs:
|
||||||
|
search: "{{ .Query.Keywords }}"
|
||||||
|
page: torrents
|
||||||
|
options: 0
|
||||||
|
active: 0
|
||||||
|
rows:
|
||||||
|
selector: div.b-content > table.lista > tbody > tr:has(a[href^="index.php?page=torrents&category="])
|
||||||
|
fields:
|
||||||
|
download:
|
||||||
|
selector: a[href^="download.php?id="]
|
||||||
|
attribute: href
|
||||||
|
title:
|
||||||
|
selector: a[href^="index.php?page=torrent-details&id="]
|
||||||
|
attribute: title
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["View details: ", ""]
|
||||||
|
category:
|
||||||
|
selector: a[href^="index.php?page=torrents&category="]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: category
|
||||||
|
comments:
|
||||||
|
selector: a[href^="index.php?page=torrent-details&id="]
|
||||||
|
attribute: href
|
||||||
|
size:
|
||||||
|
selector: p
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["\u00a0", ""]
|
||||||
|
- name: regexp
|
||||||
|
args: "\\|\\s+Size:\\s+([\\w\\d\\.,]+ \\w\\w)\\s+\\|"
|
||||||
|
date:
|
||||||
|
selector: a[href^="index.php?page=torrent-details&id="]
|
||||||
|
attribute: onmouseover
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "<center>Added:(.*?)</center>"
|
||||||
|
grabs:
|
||||||
|
selector: a[href^="index.php?page=torrent_history&id="]
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["---", "0"]
|
||||||
|
seeders:
|
||||||
|
selector: a[title="Click here to view peers details"]:nth-child(1)
|
||||||
|
leechers:
|
||||||
|
selector: a[title="Click here to view peers details"]:nth-child(2)
|
||||||
|
downloadvolumefactor:
|
||||||
|
case:
|
||||||
|
img[alt="gold"]: "0"
|
||||||
|
img[alt="silver"]: "0.5"
|
||||||
|
"*": "1"
|
||||||
|
uploadvolumefactor:
|
||||||
|
case:
|
||||||
|
img[alt="2x Upload Multiplier"]: "2"
|
||||||
|
img[alt="3x Upload Multiplier"]: "3"
|
||||||
|
img[alt="4x Upload Multiplier"]: "4"
|
||||||
|
img[alt="5x Upload Multiplier"]: "5"
|
||||||
|
img[alt="6x Upload Multiplier"]: "6"
|
||||||
|
img[alt="7x Upload Multiplier"]: "7"
|
||||||
|
img[alt="8x Upload Multiplier"]: "8"
|
||||||
|
img[alt="9x Upload Multiplier"]: "9"
|
||||||
|
img[alt="10x Upload Multiplier"]: "10"
|
||||||
|
"*": "1"
|
@@ -386,6 +386,9 @@
|
|||||||
<Content Include="Content\logos\bjshare.png">
|
<Content Include="Content\logos\bjshare.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Content\logos\blubits.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="Content\logos\eotforum.png">
|
<Content Include="Content\logos\eotforum.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -455,6 +458,9 @@
|
|||||||
<Content Include="Definitions\apollo.yml">
|
<Content Include="Definitions\apollo.yml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Definitions\blubits.yml">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<None Include="packages.config">
|
<None Include="packages.config">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</None>
|
</None>
|
||||||
|
Reference in New Issue
Block a user