diff --git a/README.md b/README.md index 3f87f68..409cf06 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Tranga can download Chapters and Metadata from "Scanlation" sites such as - [MangaKatana.com](https://mangakatana.com) (en) - [Mangaworld.bz](https://www.mangaworld.bz/) (it) - [Bato.to](https://bato.to/v3x) (en) +- [Manga4Life](https://manga4life.com) (en) - ❓ Open an [issue](https://github.com/C9Glax/tranga/issues) and trigger an scan with [Komga](https://komga.org/) and [Kavita](https://www.kavitareader.com/). diff --git a/Tranga/MangaConnectors/MangaLife.cs b/Tranga/MangaConnectors/MangaLife.cs index f7cedf6..3de5b1f 100644 --- a/Tranga/MangaConnectors/MangaLife.cs +++ b/Tranga/MangaConnectors/MangaLife.cs @@ -1,6 +1,5 @@ using System.Net; using System.Text.RegularExpressions; -using System.Xml.Linq; using HtmlAgilityPack; using Tranga.Jobs; @@ -8,7 +7,7 @@ namespace Tranga.MangaConnectors; public class MangaLife : MangaConnector { - public MangaLife(GlobalBase clone) : base(clone, "MangaLife") + public MangaLife(GlobalBase clone) : base(clone, "Manga4Life") { this.downloadClient = new ChromiumDownloadClient(clone, new Dictionary() {