From ab6ca013d3c846614a62e818eb5afd9a143553f6 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 9 Mar 2020 11:31:04 +1300 Subject: [PATCH] yaml: switch from http to https #7221 --- src/Jackett.Common/Definitions/bigtower.yml | 10 +++++++--- src/Jackett.Common/Definitions/broadcity.yml | 2 ++ src/Jackett.Common/Definitions/cili180.yml | 3 ++- src/Jackett.Common/Definitions/hdu.yml | 4 +++- src/Jackett.Common/Definitions/korsar.yml | 5 +++-- src/Jackett.Common/Definitions/lesaloon.yml | 2 ++ src/Jackett.Common/Definitions/theoccult.yml | 4 +++- src/Jackett.Common/Definitions/theshow.yml | 4 +++- src/Jackett.Common/Definitions/thevault.yml | 4 +++- 9 files changed, 28 insertions(+), 10 deletions(-) diff --git a/src/Jackett.Common/Definitions/bigtower.yml b/src/Jackett.Common/Definitions/bigtower.yml index 20ed00ebf..b9853c852 100644 --- a/src/Jackett.Common/Definitions/bigtower.yml +++ b/src/Jackett.Common/Definitions/bigtower.yml @@ -6,14 +6,18 @@ type: private encoding: UTF-8 links: + - https://bigtower.info/ + legacylinks: - http://bigtower.info/ + certificates: + - b486d17b6386dfe1778ea371d661f37554254cc6 # expired 19 Dec 2019 caps: categorymappings: # Movies - {id: 11, cat: Movies/HD, desc: "DSS"} - - {id: 1, cat: Movies, desc: "Screener"} + - {id: 1, cat: Movies, desc: "Screener"} - {id: 2, cat: Movies, desc: "DVDRip & BDRip"} - {id: 3, cat: Movies/BluRay, desc: "Bluray 1080p & 720p"} - {id: 5, cat: Movies/UHD, desc: "Ultra HD 4K"} @@ -25,10 +29,10 @@ # MUSIC - {id: 8, cat: Audio, desc: "Musica"} - + # SOFTWARE - {id: 9, cat: PC/0day, desc: "Software"} - + # PHONE - {id: 12, cat: PC/Phone-Other, desc: "Applicazioni"} diff --git a/src/Jackett.Common/Definitions/broadcity.yml b/src/Jackett.Common/Definitions/broadcity.yml index d21d00ed1..7862481f7 100644 --- a/src/Jackett.Common/Definitions/broadcity.yml +++ b/src/Jackett.Common/Definitions/broadcity.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://broadcity.in/ + legacylinks: - http://broadcity.in/ caps: diff --git a/src/Jackett.Common/Definitions/cili180.yml b/src/Jackett.Common/Definitions/cili180.yml index 3bd4252e6..30b9ef385 100644 --- a/src/Jackett.Common/Definitions/cili180.yml +++ b/src/Jackett.Common/Definitions/cili180.yml @@ -6,9 +6,10 @@ type: public encoding: UTF-8 links: - - http://www.cilijj.xyz/ + - https://www.cilijj.xyz/ legacylinks: - http://www.cili180.com/ + - http://www.cilijj.xyz/ caps: categories: diff --git a/src/Jackett.Common/Definitions/hdu.yml b/src/Jackett.Common/Definitions/hdu.yml index 711fc4642..372578572 100644 --- a/src/Jackett.Common/Definitions/hdu.yml +++ b/src/Jackett.Common/Definitions/hdu.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://pt.upxin.net/ + legacylinks: - http://pt.upxin.net/ caps: @@ -86,7 +88,7 @@ args: cat details: selector: a[href^="details.php?id="] - attribute: href + attribute: href download: selector: a[href^="download.php?id="] attribute: href diff --git a/src/Jackett.Common/Definitions/korsar.yml b/src/Jackett.Common/Definitions/korsar.yml index 830c1fad1..357eb380f 100644 --- a/src/Jackett.Common/Definitions/korsar.yml +++ b/src/Jackett.Common/Definitions/korsar.yml @@ -6,9 +6,10 @@ type: semi-private encoding: UTF-8 links: - - http://korsar.info/ + - https://korsar.info/ legacylinks: - http://korsar.tv/ + - http://korsar.info/ caps: categorymappings: @@ -482,7 +483,7 @@ - name: regexp args: "Размер: (.+?)," - name: replace - args: ["ТБ", "TB"] + args: ["ТБ", "TB"] - name: replace args: ["ГБ", "GB"] - name: replace diff --git a/src/Jackett.Common/Definitions/lesaloon.yml b/src/Jackett.Common/Definitions/lesaloon.yml index 45864db60..c488583ca 100644 --- a/src/Jackett.Common/Definitions/lesaloon.yml +++ b/src/Jackett.Common/Definitions/lesaloon.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://lesaloonv2-0.net/ + legacylinks: - http://lesaloonv2-0.net/ caps: diff --git a/src/Jackett.Common/Definitions/theoccult.yml b/src/Jackett.Common/Definitions/theoccult.yml index a7fec2c39..ee966676a 100644 --- a/src/Jackett.Common/Definitions/theoccult.yml +++ b/src/Jackett.Common/Definitions/theoccult.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://theoccult.click/ + legacylinks: - http://theoccult.click/ caps: @@ -80,7 +82,7 @@ - selector: table:contains("Login failed!") test: path: main.php - + search: paths: - path: browse.php diff --git a/src/Jackett.Common/Definitions/theshow.yml b/src/Jackett.Common/Definitions/theshow.yml index 440b23041..40b56173f 100644 --- a/src/Jackett.Common/Definitions/theshow.yml +++ b/src/Jackett.Common/Definitions/theshow.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://theshow.click/ + legacylinks: - http://theshow.click/ caps: @@ -80,7 +82,7 @@ - selector: table:contains("Login failed!") test: path: main.php - + search: paths: - path: browse.php diff --git a/src/Jackett.Common/Definitions/thevault.yml b/src/Jackett.Common/Definitions/thevault.yml index 98b8cd3cc..1f86c92c4 100644 --- a/src/Jackett.Common/Definitions/thevault.yml +++ b/src/Jackett.Common/Definitions/thevault.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://thevault.click/ + legacylinks: - http://thevault.click/ caps: @@ -79,7 +81,7 @@ - selector: table:contains("Login failed!") test: path: main.php - + search: paths: - path: browse.php