Clinton-Abraham / UPLOADER-BOT

Advanced URL UPLOADER BOT ⚡
GNU General Public License v2.0
338 stars 765 forks source link

Question about code structure #23

Closed Divarion-D closed 2 years ago

Divarion-D commented 2 years ago

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

Divarion-D commented 2 years ago

figured out myself