Describe the bug
Might just be windows (cuz i know linux is more free about what symbols can be used in filenames). For example, The Simpsons 1x03 "Homer's Odyssey" scrapes as "Homer's Odyssey" and as a result tries to save it to "Homer's Odyssey.mkv" and the ffmpeg has a stroke trying to save it. Workaround is to use -x to find the command and rename the output file, but it would be nice if the scraper sanitized the names for formatting issues such as '
To Reproduce
Steps to reproduce the behavior:
- Download an episode with a messed up title
- See error
Expected behavior
Scraper sanitizes episode names to fix encoded characters such as '.
Screenshots
Desktop (please complete the following information):
- OS: Windows (using MINGW64)
- Lobster: v4.6.2
Describe the bug
Might just be windows (cuz i know linux is more free about what symbols can be used in filenames). For example, The Simpsons 1x03 "Homer's Odyssey" scrapes as
"Homer's Odyssey"and as a result tries to save it to"Homer's Odyssey.mkv"and the ffmpeg has a stroke trying to save it. Workaround is to use -x to find the command and rename the output file, but it would be nice if the scraper sanitized the names for formatting issues such as'To Reproduce
Steps to reproduce the behavior:
Expected behavior
Scraper sanitizes episode names to fix encoded characters such as
'.Screenshots
Desktop (please complete the following information):