mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
ast4u: renamed animeworld + new domain resolves #10578
This commit is contained in:
parent
de8f36bf8c
commit
b4456f3c9d
4 changed files with 9 additions and 4 deletions
|
@ -234,12 +234,12 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* AmigosShareClub
|
||||
* AnimeBytes (AB)
|
||||
* AnimeTorrents (AnT)
|
||||
* AnimeWorld (AST4u) [![(invite needed)][inviteneeded]](#)
|
||||
* Anthelion
|
||||
* Araba Fenice (Phoenix) [![(invite needed)][inviteneeded]](#)
|
||||
* ArabP2P
|
||||
* Asgaard (AG)
|
||||
* AsianCinema
|
||||
* AST4u [![(invite needed)][inviteneeded]](#)
|
||||
* Asylum Share
|
||||
* AudioNews (AN)
|
||||
* Audiobook Torrents (ABT + RNS)
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
id: animeworld
|
||||
id: ast4u
|
||||
name: AST4u
|
||||
description: "AST4u is a GERMAN Private site for TV / MOVIES / ANIME / HENTAI"
|
||||
name: AnimeWorld
|
||||
description: "AnimeWorld (AST4u) is a GERMAN Private site for TV / MOVIES / ANIME / HENTAI"
|
||||
language: de-de
|
||||
type: private
|
||||
encoding: iso-8859-1
|
||||
links:
|
||||
- https://animeworld.cx/
|
||||
legacylinks:
|
||||
- https://www.ast4u.me/
|
||||
|
||||
caps:
|
|
@ -36,6 +36,7 @@ namespace Jackett.Common.Services
|
|||
// use: {"<old id>", "<new id>"}
|
||||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"ast4u", "animeworld"},
|
||||
{"broadcastthenet", "broadcasthenet"},
|
||||
{"cili180", "cilipro"},
|
||||
{"icetorrent", "speedapp"},
|
||||
|
@ -136,7 +137,7 @@ namespace Jackett.Common.Services
|
|||
indexers.Add(indexer.Id, indexer);
|
||||
configService.Load(indexer);
|
||||
}
|
||||
|
||||
|
||||
logger.Info($"Loaded {nativeIndexers.Count} Native indexers: {string.Join(", ", nativeIndexers.Select(i => i.Id))}");
|
||||
}
|
||||
|
||||
|
|
|
@ -264,6 +264,7 @@ namespace Jackett.Updater
|
|||
"Definitions/apollo.yml", // migrated to C# gazelle base tracker
|
||||
"Definitions/archetorrent.yml",
|
||||
"Definitions/asiandvdclub.yml",
|
||||
"Definitions/ast4u.yml", // renamed to animeworld #10578
|
||||
"Definitions/avg.yml",
|
||||
"Definitions/awesomehd.yml", // migrated to C#
|
||||
"Definitions/b2s-share.yml",
|
||||
|
|
Loading…
Add table
Reference in a new issue