diff --git a/README.md b/README.md index b288be76e..4c040370b 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * OnceSearch * OneJAV * OpenSharing - * OxTorrent * ParnuXi * PC-torrent * PiratBit @@ -150,6 +149,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * torrent-pirat * Torrent9 * Torrent9 clone + * Torrent911 * TorrentDownload * TorrentFunk * TorrentGalaxy (TGx) diff --git a/src/Jackett.Common/Definitions/oxtorrent.yml b/src/Jackett.Common/Definitions/torrent911.yml similarity index 97% rename from src/Jackett.Common/Definitions/oxtorrent.yml rename to src/Jackett.Common/Definitions/torrent911.yml index e69ab46bc..d26524aa7 100644 --- a/src/Jackett.Common/Definitions/oxtorrent.yml +++ b/src/Jackett.Common/Definitions/torrent911.yml @@ -1,7 +1,7 @@ --- -id: oxtorrent -name: OxTorrent -description: "OxTorrent is a French Public site for TV / MOVIES / GENERAL" +id: torrent911 +name: Torrent911 +description: "Torrent911 is a French Public site for TV / MOVIES / GENERAL" language: fr-FR type: public encoding: UTF-8 diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index 665601429..816023b87 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -51,6 +51,7 @@ namespace Jackett.Common.Services {"legacyhd", "reelflix"}, {"metaliplayro", "romanianmetaltorrents"}, {"nnm-club", "noname-club"}, + {"oxtorrent", "torrent911"}, {"passtheheadphones", "redacted"}, {"puntorrent", "puntotorrent"}, {"rstorrent", "redstartorrent"}, diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 1ed197659..7ca3af053 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -435,6 +435,7 @@ namespace Jackett.Updater "Definitions/obscure.yml", "Definitions/onlineselfeducation.yml", "Definitions/onlyscene.yml", + "Definitions/oxtorrent.yml", "Definitions/passionetorrent.yml", "Definitions/piratadigital.yml", "Definitions/pirateiro.yml",