kisssub: change to miobt. resolves #13125 (#13127)

This commit is contained in:
ilike2burnthing
2022-04-09 06:00:21 +01:00
committed by GitHub
parent a00cebca59
commit 86179e1191
4 changed files with 8 additions and 5 deletions

View File

@@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* JAV-Torrent * JAV-Torrent
* kickasstorrents.ws * kickasstorrents.ws
* kickasstorrents.to * kickasstorrents.to
* KissSub
* Legit Torrents * Legit Torrents
* LePorno.info * LePorno.info
* LimeTorrents * LimeTorrents
@@ -93,6 +92,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* MegaPeer * MegaPeer
* MejorTorrent * MejorTorrent
* Mikan * Mikan
* MioBT
* MixTapeTorrent * MixTapeTorrent
* MoviesDVDR * MoviesDVDR
* MovieTorrent * MovieTorrent

View File

@@ -1,11 +1,12 @@
--- ---
id: kisssub id: miobt
name: KissSub name: MioBT
description: "KissSub is a CHINESE Public torrent index" description: "MioBT is a CHINESE Public torrent index"
language: zh-CN language: zh-CN
type: public type: public
encoding: UTF-8 encoding: UTF-8
links: links:
- https://miobt.com/
- https://kisssub.org/ - https://kisssub.org/
caps: caps:
@@ -28,7 +29,7 @@ settings: []
search: search:
paths: paths:
# https://kisssub.org/search.php?keyword=moon+720p # https://miobt.com/search.php?keyword=moon+720p
- path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{ else }}{{ end }}" - path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{ else }}{{ end }}"
rows: rows:

View File

@@ -46,6 +46,7 @@ namespace Jackett.Common.Services
{"casatorrent", "teamctgame"}, {"casatorrent", "teamctgame"},
{"icetorrent", "speedapp"}, {"icetorrent", "speedapp"},
{"kickasstorrent-kathow", "kickasstorrents-ws"}, {"kickasstorrent-kathow", "kickasstorrents-ws"},
{"kisssub", "miobt"},
{"leaguehd", "lemonhd"}, {"leaguehd", "lemonhd"},
{"legacyhd", "reelflix"}, {"legacyhd", "reelflix"},
{"metaliplayro", "romanianmetaltorrents"}, {"metaliplayro", "romanianmetaltorrents"},

View File

@@ -388,6 +388,7 @@ namespace Jackett.Updater
"Definitions/kickasstorrent.yml", "Definitions/kickasstorrent.yml",
"Definitions/kickasstorrent-kathow.yml", // renamed to kickasstorrents-ws "Definitions/kickasstorrent-kathow.yml", // renamed to kickasstorrents-ws
"Definitions/kikibt.yml", "Definitions/kikibt.yml",
"Definitions/kisssub.yml",
"Definitions/lapausetorrents.yml", "Definitions/lapausetorrents.yml",
"Definitions/lat-team.yml", // switch to *-API #8682 "Definitions/lat-team.yml", // switch to *-API #8682
"Definitions/latinop2p.yml", "Definitions/latinop2p.yml",