mirror of
https://github.com/Jackett/Jackett
synced 2025-03-03 18:36:00 +00:00
gktorrent -> zktorrent. resolves #15399
This commit is contained in:
parent
ec1c8faadb
commit
f0f12247fa
3 changed files with 13 additions and 9 deletions
|
@ -67,7 +67,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* EZTV
|
||||
* FilmesHdTorrent
|
||||
* GamesTorrents
|
||||
* GkTorrent
|
||||
* GloDLS
|
||||
* GTorrent.pro
|
||||
* Idope
|
||||
|
@ -154,6 +153,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* YourBittorrent
|
||||
* YTS.ag
|
||||
* zetorrents
|
||||
* ZkTorrent
|
||||
</details>
|
||||
|
||||
<details> <summary> <b> Supported Semi-Private Trackers </b> </summary>
|
||||
|
|
|
@ -1,26 +1,28 @@
|
|||
---
|
||||
id: gktorrent
|
||||
name: GkTorrent
|
||||
description: "GkTorrent is a French Public site for TV / MOVIES / GENERAL"
|
||||
id: zktorrent
|
||||
replaces:
|
||||
- gktorrent
|
||||
name: ZkTorrent
|
||||
description: "ZkTorrent is a French Public site for TV / MOVIES / GENERAL"
|
||||
language: fr-FR
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
# to fetch current domain use https://www.rantop.org/
|
||||
# to fetch current domain use https://www.rantop.my/
|
||||
links:
|
||||
- https://www-gktorrent.com/
|
||||
- https://www.zktorrent.com/
|
||||
legacylinks:
|
||||
# latest domains list
|
||||
- https://www.rantop.org/
|
||||
- https://www.rantop.my/
|
||||
- https://gktorrent.news/
|
||||
- https://www.torrent.onl/
|
||||
- https://www.site-torrent.com/
|
||||
# domain lists no longer working
|
||||
- https://www.protege-torrent.com/
|
||||
- https://www.torrent.ws/
|
||||
- https://www.protege-liens.com/
|
||||
- https://www.protege-liens.net/
|
||||
- https://www.torrent.onl/
|
||||
- https://www.rantop.org/
|
||||
# actual legacylinks
|
||||
- https://www.gktorrent.sh/
|
||||
- https://www.gktorrent.eu/
|
||||
- https://www.gktorrent.xyz/
|
||||
- https://www.gktorrent.pm/
|
||||
|
@ -35,6 +37,7 @@ legacylinks:
|
|||
- https://www.gktorrent.ke/
|
||||
- https://www.gktorrent.cv/
|
||||
- https://wvw-gktorrent.com/
|
||||
- https://www-gktorrent.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
|
@ -430,6 +430,7 @@ namespace Jackett.Updater
|
|||
"Definitions/gdf76.yml",
|
||||
"Definitions/generationfree.yml", // switch to unit3d api #12982
|
||||
"Definitions/gfxnews.yml",
|
||||
"Definitions/gktorrent.yml", // renamed to zktorrent #15399
|
||||
"Definitions/gods.yml",
|
||||
"Definitions/goodtracker.yml",
|
||||
"Definitions/gormogon.yml",
|
||||
|
|
Loading…
Reference in a new issue