Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Chapter Name is causing error in file naming due to usage of restricted symbols #50

Closed
foxtbirdy opened this issue Apr 30, 2024 · 3 comments · Fixed by #62
Closed

Comments

@foxtbirdy
Copy link

This will create an issue where the chapter names may create an error if the --out argument is used.
This is what happened in downloading dungeons and artifacts
The chapter name is What's a Goblin's Favorite Type of Fish?
image
image

Originally posted by @Code-Blender-7 in #3 (comment)

@foxtbirdy
Copy link
Author

The folder naming is a useful tool. I recommend replacing string characters with whitespace to solve this issue and maintain the functionality with minor limitations.

@ZilverSick
Copy link

#57

@stemalomd
Copy link

The issue is located in the chapter_directory variable on line 78 of webtoon_downloader\core\webtoon\downloaders\chapter.py. We need to replace any illegal characters in the chapter_directory, which represents the chapter directory name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants