Right now in scripts/utils.py there is clean_filename() and it does a pretty good job at cleaning up the file names, but lots of titles have things in them that screw it up still like ... or emojis.
We need to clean the filenames and remove any ., /, \ or other things that will mess it up.
Right now in
scripts/utils.py
there isclean_filename()
and it does a pretty good job at cleaning up the file names, but lots of titles have things in them that screw it up still like...
or emojis.We need to clean the filenames and remove any
.
,/
,\
or other things that will mess it up.