1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 14:51:01 +00:00

unionfansub: cosmetic format alingment.

This commit is contained in:
Garfield69 2019-02-14 05:37:46 +13:00
parent a9fe567299
commit 35ac794927

View file

@ -1,98 +1,98 @@
--- ---
site: unionfansub site: unionfansub
name: Union Fansub name: Union Fansub
description: "Union Fansub is a SPANISH Semi private torrent site focused on ANIME" description: "Union Fansub is a SPANISH Semi private torrent site focused on ANIME"
language: es-es language: es-es
type: semi-private type: semi-private
encoding: UTF-8 encoding: UTF-8
links: links:
- http://torrent.unionfansub.com/ - http://torrent.unionfansub.com/
caps: caps:
categorymappings: categorymappings:
- {id: 13, cat: Movies, desc: "Animación"} - {id: 13, cat: Movies, desc: "Animación"}
- {id: 1 , cat: TV/Anime, desc: "Anime"} - {id: 1 , cat: TV/Anime, desc: "Anime"}
- {id: 2 , cat: TV/Anime, desc: "Anime/ISO"} - {id: 2 , cat: TV/Anime, desc: "Anime/ISO"}
- {id: 3 , cat: TV/Anime, desc: "Anime/RAW"} - {id: 3 , cat: TV/Anime, desc: "Anime/RAW"}
- {id: 10, cat: Audio, desc: "BSO / OST"} - {id: 10, cat: Audio, desc: "BSO / OST"}
- {id: 15, cat: Movies, desc: "Cine"} - {id: 15, cat: Movies, desc: "Cine"}
- {id: 14, cat: TV/Documentary, desc: "Documentales"} - {id: 14, cat: TV/Documentary, desc: "Documentales"}
- {id: 9 , cat: TV/Anime, desc: "Dorama"} - {id: 9 , cat: TV/Anime, desc: "Dorama"}
- {id: 4 , cat: TV/Anime, desc: "Hentai"} - {id: 4 , cat: TV/Anime, desc: "Hentai"}
- {id: 18, cat: TV/Anime, desc: "Hentai CG"} - {id: 18, cat: TV/Anime, desc: "Hentai CG"}
- {id: 6 , cat: TV/Anime, desc: "Hentai/ISO"} - {id: 6 , cat: TV/Anime, desc: "Hentai/ISO"}
- {id: 5 , cat: TV/Anime, desc: "Hentai/RAW"} - {id: 5 , cat: TV/Anime, desc: "Hentai/RAW"}
- {id: 16, cat: TV/Anime, desc: "J-Music"} - {id: 16, cat: TV/Anime, desc: "J-Music"}
- {id: 7 , cat: TV/Anime, desc: "Manga"} - {id: 7 , cat: TV/Anime, desc: "Manga"}
- {id: 8 , cat: TV/Anime, desc: "Manga/Hentai"} - {id: 8 , cat: TV/Anime, desc: "Manga/Hentai"}
- {id: 17, cat: Books, desc: "Novelas"} - {id: 17, cat: Books, desc: "Novelas"}
- {id: 12, cat: TV/OTHER, desc: "Otros"} - {id: 12, cat: TV/OTHER, desc: "Otros"}
- {id: 11, cat: TV, desc: "Programas"} - {id: 11, cat: TV, desc: "Programas"}
modes: modes:
search: [q] search: [q]
login: login:
path: http://foro.unionfansub.com/member.php path: http://foro.unionfansub.com/member.php
method: post method: post
inputs: inputs:
quick_username: "{{ .Config.username }}" quick_username: "{{ .Config.username }}"
quick_password: "{{ .Config.password }}" quick_password: "{{ .Config.password }}"
action: "do_login" action: "do_login"
url: "http://torrent.unionfansub.com/browse.php" url: "http://torrent.unionfansub.com/browse.php"
quick_login: "1" quick_login: "1"
quick_remember: "yes" quick_remember: "yes"
error: error:
- selector: div.error - selector: div.error
test: test:
path: / path: /
selector: div#statusbar selector: div#statusbar
search: search:
path: browse.php path: browse.php
inputs: inputs:
incldead: "0" incldead: "0"
search: "{{ .Query.Keywords }}" search: "{{ .Query.Keywords }}"
$raw: "{{range .Categories}}&c{{.}}=1{{end}}" $raw: "{{range .Categories}}&c{{.}}=1{{end}}"
rows: rows:
selector: .tlist tr:not(:first-child) selector: .tlist tr:not(:first-child)
fields: fields:
title: title:
selector: td:nth-child(2) a selector: td:nth-child(2) a
details: details:
selector: td:nth-child(2) a selector: td:nth-child(2) a
attribute: href attribute: href
category: category:
selector: td:nth-child(1) a selector: td:nth-child(1) a
attribute: href attribute: href
filters: filters:
- name: querystring - name: querystring
args: cat args: cat
download: download:
selector: td:nth-child(2) a selector: td:nth-child(2) a
attribute: href attribute: href
filters: filters:
- name: replace - name: replace
args: ["details.php?id=", "download.php?torrent="] args: ["details.php?id=", "download.php?torrent="]
- name: replace - name: replace
args: ["&hit=", "&aviso="] args: ["&hit=", "&aviso="]
files: files:
selector: td:nth-last-child(8) selector: td:nth-last-child(8)
size: size:
selector: td:nth-last-child(5) selector: td:nth-last-child(5)
filters: filters:
- name: replace - name: replace
args: [",", "."] args: [",", "."]
grabs: grabs:
selector: td:nth-last-child(4) selector: td:nth-last-child(4)
seeders: seeders:
selector: td:nth-last-child(3) selector: td:nth-last-child(3)
leechers: leechers:
selector: td:nth-last-child(2) selector: td:nth-last-child(2)
date: date:
selector: td:nth-last-child(6) selector: td:nth-last-child(6)
filters: filters:
- name: timeago - name: timeago
downloadvolumefactor: downloadvolumefactor:
text: "1" text: "1"
uploadvolumefactor: uploadvolumefactor:
text: "1" text: "1"