mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
HDChina date parsing fix (#1261)
* add * Add 3D Torrents * Accidently commited an old version of the 3dtorrents yaml file * Allow searching by categories for TPB * add * add * Fix error when pressing the Test button for TPB. This will remove searching by category for the time being. * Change HDPter to Ourbits * Replace chinese date characters with English characters
This commit is contained in:
@@ -98,6 +98,16 @@
|
||||
date:
|
||||
selector: td.t_time
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["时", " hours"]
|
||||
- name: replace
|
||||
args: ["分", " minutes"]
|
||||
- name: replace
|
||||
args: ["天", " days"]
|
||||
- name: replace
|
||||
args: ["年", " year"]
|
||||
- name: replace
|
||||
args: ["月", " months"]
|
||||
- name: append
|
||||
args: " ago"
|
||||
downloadvolumefactor:
|
||||
|
Reference in New Issue
Block a user