mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
HorribleSubs Fixes (#1364)
* Fix date parsing * Use http link instead of https * Site doesn't load properly over https because not all page resources are serviced via https links.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
description: "Anime Sub Group - \"So bad yet so good\""
|
description: "Anime Sub Group - \"So bad yet so good\""
|
||||||
language: en-us
|
language: en-us
|
||||||
links:
|
links:
|
||||||
- https://horriblesubs.info/
|
- http://horriblesubs.info/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
@@ -32,7 +32,8 @@
|
|||||||
args: [")", ""]
|
args: [")", ""]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["/", "-"]
|
args: ["/", "-"]
|
||||||
- name: fuzzytime
|
- name: dateparse
|
||||||
|
args: "01-02-06"
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: "1"
|
text: "1"
|
||||||
|
Reference in New Issue
Block a user