mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00: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:
parent
753913ccc7
commit
15b6afb11e
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
description: "Anime Sub Group - \"So bad yet so good\""
|
||||
language: en-us
|
||||
links:
|
||||
- https://horriblesubs.info/
|
||||
- http://horriblesubs.info/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
|
@ -32,7 +32,8 @@
|
|||
args: [")", ""]
|
||||
- name: replace
|
||||
args: ["/", "-"]
|
||||
- name: fuzzytime
|
||||
- name: dateparse
|
||||
args: "01-02-06"
|
||||
fields:
|
||||
category:
|
||||
text: "1"
|
||||
|
|
Loading…
Reference in a new issue