Skip to content

Commit

Permalink
feat(New Site Supported): ✨ lhtranslation.net
Browse files Browse the repository at this point in the history
  • Loading branch information
thezak48 committed Dec 15, 2023
1 parent 1eb3cc8 commit e64c871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This is designed to download manga's direct from ether
- [kaiscans.com](https://kaiscans.com/)
- [mangakaklot.com](https://mangakakalot.com/)
- [webtoons.com](https://webtoons.com/)
- [lhtranslation.net](https://lhtranslation.net/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion manga_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_website_class(url: str):
"""Return the class for the website based on the URL."""
if "manhuaes.com" in url or "manhuaaz.com" in url:
return MadraOld(log)
elif "manhuaus.com" in url or "mangaread.org" in url:
elif "manhuaus.com" in url or "mangaread.org" in url or "lhtranslation.net" in url:
return MadraNew(log)
elif "webtoons.com" in url:
return Webtoons(log)
Expand Down

0 comments on commit e64c871

Please sign in to comment.