diff --git a/README.md b/README.md index fdbc25785..9adf069e2 100644 --- a/README.md +++ b/README.md @@ -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
Supported Semi-Private Trackers diff --git a/src/Jackett.Common/Definitions/gktorrent.yml b/src/Jackett.Common/Definitions/zktorrent.yml similarity index 94% rename from src/Jackett.Common/Definitions/gktorrent.yml rename to src/Jackett.Common/Definitions/zktorrent.yml index 391a42662..25ac999fd 100644 --- a/src/Jackett.Common/Definitions/gktorrent.yml +++ b/src/Jackett.Common/Definitions/zktorrent.yml @@ -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: diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 104ab8ba5..743860d2c 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -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",