1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 15:21:06 +00:00

Add BlueBird tracker

This commit is contained in:
kaso17 2017-01-20 18:34:24 +01:00
parent c0e3066f32
commit 120ac9f82c
3 changed files with 92 additions and 0 deletions

View file

@ -36,6 +36,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* BitSoup
* Bitspyder
* Blu-bits
* BlueBird
* BTN
* CHDBits
* CinemaZ

View file

@ -0,0 +1,88 @@
---
site: bluebirdhd
name: BlueBird
language: ru-ru
encoding: windows-1251
links:
- https://bluebird-hd.org/
caps:
categories:
1: Movies # Films
2: TV/Anime # Cartoons
3: TV/Documentary # documentary
4: Audio # Show / Music
5: TV/Sport # Sport
6: TV # TV series
7: XXX # erotica
8: Other # Demo / Misc
modes:
search: [q]
tv-search: [q, season, ep]
login:
path: /takelogin.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: div.error
test:
path: /browse.php
search:
path: /browse.php
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}"
incldead: "1"
rows:
selector: table > tbody > tr:has(a[href^="details.php?id="])
fields:
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
category:
selector: a[href^="browse.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
download:
selector: a[href^="download.php?id="]
attribute: href
grabs:
selector: a[href*="&snatched=1#snatched"]
filters:
- name: regexp
args: (\d+)
size:
selector: td:nth-child(7)
remove: a
date:
selector: div#cleft > font
seeders:
selector: td:nth-child(5)
leechers:
selector: td:nth-child(6)
banner:
selector: a.tname
attribute: onmouseover
filters:
- name: regexp
args: src=([^\s]+)
downloadvolumefactor:
case:
img[src="pic/diamond.png"]: "0"
img[src="pic/freedownload.gif"]: "0"
img[src="pic/silver.gif"]: "0.5"
img[src="pic/bronze.gif"]: "0.75"
"*": "1"
uploadvolumefactor:
case:
img[src="pic/diamond.png"]: "2"
"*": "1"

View file

@ -552,6 +552,9 @@
<Content Include="Definitions\hon3yhd.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Definitions\bluebird.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>