diff --git a/README.md b/README.md index 3800ce651..d29529c5c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * JAV-Torrent * kickasstorrents.ws * kickasstorrents.to - * KissSub * Legit Torrents * LePorno.info * LimeTorrents @@ -93,6 +92,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * MegaPeer * MejorTorrent * Mikan + * MioBT * MixTapeTorrent * MoviesDVDR * MovieTorrent diff --git a/src/Jackett.Common/Definitions/kisssub.yml b/src/Jackett.Common/Definitions/kisssub.yml index 32d6f2f2f..b590924e3 100644 --- a/src/Jackett.Common/Definitions/kisssub.yml +++ b/src/Jackett.Common/Definitions/kisssub.yml @@ -1,11 +1,12 @@ --- -id: kisssub -name: KissSub -description: "KissSub is a CHINESE Public torrent index" +id: miobt +name: MioBT +description: "MioBT is a CHINESE Public torrent index" language: zh-CN type: public encoding: UTF-8 links: + - https://miobt.com/ - https://kisssub.org/ caps: @@ -28,7 +29,7 @@ settings: [] search: 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 }}" rows: diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index bc4690a71..665601429 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -46,6 +46,7 @@ namespace Jackett.Common.Services {"casatorrent", "teamctgame"}, {"icetorrent", "speedapp"}, {"kickasstorrent-kathow", "kickasstorrents-ws"}, + {"kisssub", "miobt"}, {"leaguehd", "lemonhd"}, {"legacyhd", "reelflix"}, {"metaliplayro", "romanianmetaltorrents"}, diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index a648dd3e9..2f4a160cb 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -388,6 +388,7 @@ namespace Jackett.Updater "Definitions/kickasstorrent.yml", "Definitions/kickasstorrent-kathow.yml", // renamed to kickasstorrents-ws "Definitions/kikibt.yml", + "Definitions/kisssub.yml", "Definitions/lapausetorrents.yml", "Definitions/lat-team.yml", // switch to *-API #8682 "Definitions/latinop2p.yml",