mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
Update speed-share.yml (#2013)
Added missing categories, release date, release type. Fixed some errors, and removed some useless strings. Unfortunately the indexer shows non scene resolutions like "848x480; 1920 x 960" and i wan't able to translate that to "480p; 720p" because there are so many different resolutions. If someone could help me with that, i'd be glad.
This commit is contained in:
parent
be128ed1d5
commit
8dad840f3f
1 changed files with 24 additions and 2 deletions
|
@ -144,6 +144,10 @@
|
|||
- {id: 221, cat: TV/WEB-DL, desc: "Séries: WEB"}
|
||||
- {id: 202, cat: TV, desc: "Séries: Autorado"}
|
||||
- {id: 222, cat: TV/SD, desc: "Séries: Qualidade Inferior"}
|
||||
|
||||
# TV
|
||||
- {id: 231, cat: TV/HD, desc: "TV: HD"}
|
||||
- {id: 142, cat: TV, desc: "TV: Rip"}
|
||||
|
||||
#MUSIC SHOWS
|
||||
- {id: 246, cat: Audio/Video, desc: "Shows: HD 4K"}
|
||||
|
@ -182,7 +186,7 @@
|
|||
- name: re_replace
|
||||
args: ["([1-2]\\d{3})", ""]
|
||||
inputs:
|
||||
number: 30
|
||||
number: 100
|
||||
offset: 0
|
||||
|
||||
rows:
|
||||
|
@ -193,6 +197,24 @@
|
|||
attribute: href
|
||||
title:
|
||||
selector: a[href^="torrents-details.php?id="]
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["^(\\[XXX]\\s)", ""]
|
||||
- name: replace
|
||||
args: [" - NOVO!", ""]
|
||||
title|append:
|
||||
selector: td.label > div:contains("Lançamento:")
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Lançamento:", ""]
|
||||
title|append:
|
||||
optional: true
|
||||
selector: td.label > div:contains("Qualidade:")
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Qualidade:", ""]
|
||||
- name: replace
|
||||
args: ["Autorado", ""]
|
||||
download:
|
||||
selector: a[href^="torrents-details.php?id="]
|
||||
attribute: href
|
||||
|
@ -219,7 +241,7 @@
|
|||
seeders:
|
||||
selector: font[color^=green]
|
||||
leechers:
|
||||
selector: font[color^=red]
|
||||
selector: td.ttable_col1 > font[color^=red]
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="images/free.gif"]: "0"
|
||||
|
|
Loading…
Reference in a new issue