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:
adamwinn 2017-03-24 01:31:31 -06:00 committed by kaso17
parent 7e44145355
commit 17403d394a
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
---
site: hdbc
name: HDBC (HD-Bits.com)
site: hdbitscom
name: HD-Bits.com
description: "HD tracker"
language: en-us
encoding: UTF-8
@ -56,6 +56,7 @@
selector: div.group_info
remove: span
title:
selector: div.group_info a
selector: div.group_info
remove: span, div.tags
category:
@ -87,4 +88,4 @@
"*": "1"
uploadvolumefactor:
case:
"*": "1"
"*": "1"

View File

@ -44,7 +44,7 @@
category:
text: 1
title:
selector: td:nth-child(2)
selector: td:nth-child(2) span
download:
selector: a[href^="details.php?id="]
attribute: href
@ -73,10 +73,10 @@
- name: replace
args: ["'", ""]
- name: dateparse
args: "Dec 1 09"
args: "Jan 02 06"
downloadvolumefactor:
case:
"*": "1"
uploadvolumefactor:
case:
"*": "1"
"*": "1"