Skip to content

Commit

Permalink
fix(Ignore if metadata cannot be found): 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
thezak48 committed Dec 16, 2023
1 parent f82ded7 commit 6cdce1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manga_dl/utilities/sites/madraNew.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ def get_manga_metadata(self, manga_url):
self.logger.error(f"Unable to find the manga metadata on {manga_url}")
self.logger.error(e)

return None
genres = []
summary = []

return genres, summary

0 comments on commit 6cdce1b

Please sign in to comment.