1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-25 19:08:06 +01:00
Files
Indexers/definitions/v3/fuzer.yml
Qstick e07c451080 New: YAML Schema Validations (#206)
* New: YAML Schema Validations

* fixup! skip json when doing ymllint

* fixup!

* fixup!

* fixup!

* fixup!

* fixup! validate login methods, filter names, captcha types

* fixup! validate tracker type

* fixup! validate tracker type

* fixup! validate category mappings use a correct category

* fixup! further download block validation

* fixup!

* fixup! validate links and legacy-links are valid urls

* fixup! validate settings types

* fixup! v6 doubanid

* fixup! v5 json filter validation

* fixup! xbit should be v5
2022-06-24 21:01:47 -05:00

164 lines
5.0 KiB
YAML

---
id: fuzer
name: Fuzer
description: "Another Hebrew tracker"
language: en-US
type: private
encoding: windows-1255
links:
- https://www.fuzer.me/
caps:
categorymappings:
# Movies
- {id: 73, cat: Movies, desc: "Movies"}
- {id: 7, cat: Movies/SD, desc: "Movies/SD"}
- {id: 60, cat: Movies/SD, desc: "Israeli Movies/SD"}
- {id: 9, cat: Movies/HD, desc: "Movies/HD"}
- {id: 101, cat: Movies/HD, desc: "BDRIP-BRRip"}
- {id: 59, cat: Movies/HD, desc: "Movies/HD"}
- {id: 61, cat: Movies/HD, desc: "Israeli Movies/HD"}
- {id: 97, cat: Movies/UHD, desc: "Movies/UHD"}
- {id: 58, cat: Movies/DVD, desc: "Movies/DVD"}
- {id: 83, cat: Movies/Other, desc: "Movies/HebDub"}
# TV
- {id: 76, cat: TV, desc: "TV"}
- {id: 8, cat: TV/SD, desc: "TV/SD"}
- {id: 62, cat: TV/SD, desc: "Israeli TV/SD"}
- {id: 10, cat: TV/HD, desc: "TV/HD"}
- {id: 63, cat: TV/HD, desc: "Israeli TV/HD"}
- {id: 100, cat: TV/UHD, desc: "TV/UHD"}
- {id: 84, cat: TV/Other, desc: "TV/HebDub"}
- {id: 65, cat: TV/Anime, desc: "TV/Anime"}
- {id: 64, cat: TV/Sport, desc: "TV/Sport"}
# PC
- {id: 74, cat: PC, desc: "PC"}
- {id: 15, cat: PC/0day, desc: "PC/Apps"}
- {id: 11, cat: PC/Games, desc: "PC/Games"}
- {id: 13, cat: PC/Mobile-Android, desc: "Mobile/Android"}
- {id: 70, cat: PC/Mobile-iOS, desc: "Mobile/iOS"}
- {id: 71, cat: PC/Mac, desc: "Mac/Apps"}
# XXX
- {id: 16, cat: XXX, desc: "XXX"}
# Games
- {id: 72, cat: Console, desc: "Games"}
- {id: 55, cat: Console/XBox, desc: "Console/XBox"}
- {id: 55, cat: Console/XBox One, desc: "Console/XBox"}
- {id: 55, cat: Console/XBox 360, desc: "Console/XBox"}
- {id: 55, cat: Console/XBox 360 DLC, desc: "Console/XBox"}
- {id: 12, cat: Console/PS3, desc: "Console/PS"}
- {id: 12, cat: Console/PS4, desc: "Console/PS"}
- {id: 56, cat: Console/Wii, desc: "Console/Wii"}
- {id: 57, cat: Console/3DS, desc: "Console/Mobile"}
- {id: 57, cat: Console/WiiU, desc: "Console/Mobile"}
- {id: 57, cat: Console/PS Vita, desc: "Console/Mobile"}
- {id: 57, cat: Console/NDS, desc: "Console/Mobile"}
- {id: 57, cat: Console/PSP, desc: "Console/Mobile"}
# Music
- {id: 75, cat: Audio, desc: "Music"}
- {id: 14, cat: Audio, desc: "World Music"}
- {id: 66, cat: Audio, desc: "Israeli Music"}
- {id: 68, cat: Audio, desc: "Soundtracks"}
- {id: 67, cat: Audio/Lossless, desc: "Lossless Music"}
# Books
- {id: 69, cat: Books, desc: "Books"}
# Other
- {id: 17, cat: Other, desc: "Other"}
modes:
search: [q]
tv-search: [q, imdbid]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]
settings:
- name: cookie
type: text
label: Cookie
- name: info
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: dead
type: checkbox
label: Include dead torrents
default: false
login:
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
test:
path: /browse.php
search:
paths:
- path: "browse.php"
inputs:
query: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
order: dateadde
sort: desc
matchquery: any
freeleech: "{{ if .Config.freeleech }}1{{ else }}0{{ end }}"
dead: "{{ if .Config.dead }}on{{ else }}off{{ end }}"
$raw: "{{ range .Categories }}c[]={{.}}&{{end}}"
rows:
selector: .box_torrent
fields:
title:
selector: .main_title
_id:
selector: a[href^="/showthread.php?t="]
attribute: href
filters:
- name: split
args: ["=", 1]
details:
selector: a[href^="/showthread.php?t="]
attribute: href
download:
selector: a[href^="/attachment.php?attachmentid="]
attribute: href
size:
selector: td:nth-child(4)
grabs:
selector: td:nth-child(5)
filters:
- name: replace
args: [",", ""]
seeders:
selector: td:nth-child(6)
filters:
- name: replace
args: [",", ""]
leechers:
selector: td:nth-child(7)
filters:
- name: replace
args: [",", ""]
date:
selector: .up_info2
filters:
- name: append
args: " +02:00"
- name: re_replace
args: ["[^:]+: ", ""]
- name: dateparse
args: "02/01/06 15:04 -07:00"
downloadvolumefactor:
case:
a[href*="freeleech=1"]: 0
"*": 1