Now, when downloading a video from YouTube, the program tries to substitute the original video name in the file name, which causes errors with Unicode. This is solved with the help of transliteration, but there is another problem with emoji, they will need to be removed from the file name altogether. I found an example code for removing emoji, but I don’t understand the file structure where I need to insert the function so that it can be used throughout the project
Now, when downloading a video from YouTube, the program tries to substitute the original video name in the file name, which causes errors with Unicode. This is solved with the help of transliteration, but there is another problem with emoji, they will need to be removed from the file name altogether. I found an example code for removing emoji, but I don’t understand the file structure where I need to insert the function so that it can be used throughout the project