diff --git a/README.md b/README.md index 15e7dbaea..f24a6c6ab 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * FunFile (FF) * FunkyTorrents (FT) * Fuzer (FZ) + * Galeriens (LaPauseTorrents) * GAYtorrent.ru * GazelleGames (GGn) * Generation-Free @@ -270,7 +271,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * JPopsuki * Kapaki * Karagarga - * LaPauseTorrents * Le Chaudron * Le Saloon * LearnFlakes diff --git a/src/Jackett.Common/Definitions/lapausetorrents.yml b/src/Jackett.Common/Definitions/galeriens.yml similarity index 98% rename from src/Jackett.Common/Definitions/lapausetorrents.yml rename to src/Jackett.Common/Definitions/galeriens.yml index 596829204..024f1df87 100644 --- a/src/Jackett.Common/Definitions/lapausetorrents.yml +++ b/src/Jackett.Common/Definitions/galeriens.yml @@ -1,12 +1,12 @@ --- - site: lapausetorrents - name: Lapausetorrents - description: "Lapausetorrents is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL" + site: galeriens + name: Galeriens + description: "Galeriens is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL" language: fr-fr type: private encoding: UTF-8 links: - - https://tempsdepause.eu/ + - https://galeriens.eu/ caps: categorymappings: diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 09e9ef5f4..18e74b574 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -362,6 +362,7 @@ namespace Jackett.Updater "Definitions/gdf76.yml", "Definitions/hyperay.yml", "Definitions/scenereactor.yml", + "Definitions/lapausetorrents.yml", }; foreach (var oldFile in oldFiles)