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 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:

View File

@@ -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"