From ea263f5e67ce7ca3c17097158bd02770103889f3 Mon Sep 17 00:00:00 2001 From: thezak48 Date: Sat, 16 Dec 2023 19:00:22 +0000 Subject: [PATCH] feat(New Site Supported): :sparkles: ksgroupscans.com --- README.md | 1 + manga_dl.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 20dfb82..966371e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This is designed to download manga's direct from ether - [webtoons.com](https://webtoons.com/) - [lhtranslation.net](https://lhtranslation.net/) - [topmanhua.com](https://topmanhua.com) +- [ksgroupscans.com](https://ksgroupscans.com) ## Usage diff --git a/manga_dl.py b/manga_dl.py index eeac1ed..58e02f2 100644 --- a/manga_dl.py +++ b/manga_dl.py @@ -71,6 +71,7 @@ def get_website_class(url: str): or "mangaread.org" in url or "lhtranslation.net" in url or "topmanhua.com" in url + or "ksgroupscans.com" in url ): return MadraNew(log) elif "webtoons.com" in url: