mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -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
|
||||||
|
@@ -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:
|
||||||
|
@@ -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"},
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user