Skip to content

Commit

Permalink
feat(New Site Supported): ✨ ksgroupscans.com
Browse files Browse the repository at this point in the history
  • Loading branch information
thezak48 committed Dec 16, 2023
1 parent 0e243ca commit ea263f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions manga_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea263f5

Please sign in to comment.