mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Misc fixes (#1186)
* Add tracker Cinematik * Add support for Cinemageddon * Add support for karagarga * Add support for Classix * Fix KG to not show the subtitles output in the name column Fix HD-Bits.com to change the name from “HDBC” to “HDBitscom”. The current parser must not allow for punctuation so instead of “HD-Bits.com”, I had to do “HDBitscom”. Also, remove “Freeleech!” from the description of the torrent name * Update karagarga.yml attempt to fix date parsing * Update hdbc.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
site: hdbc
|
site: hdbitscom
|
||||||
name: HDBC (HD-Bits.com)
|
name: HD-Bits.com
|
||||||
description: "HD tracker"
|
description: "HD tracker"
|
||||||
language: en-us
|
language: en-us
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
@@ -56,6 +56,7 @@
|
|||||||
selector: div.group_info
|
selector: div.group_info
|
||||||
remove: span
|
remove: span
|
||||||
title:
|
title:
|
||||||
|
selector: div.group_info a
|
||||||
selector: div.group_info
|
selector: div.group_info
|
||||||
remove: span, div.tags
|
remove: span, div.tags
|
||||||
category:
|
category:
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
category:
|
category:
|
||||||
text: 1
|
text: 1
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2) span
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
- name: replace
|
- name: replace
|
||||||
args: ["'", ""]
|
args: ["'", ""]
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Dec 1 09"
|
args: "Jan 02 06"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"*": "1"
|
"*": "1"
|
||||||
|
Reference in New Issue
Block a user