A1pha1
A1pha1
You can toggle the conversion with ctrl + tab, I suppose only looking for Hiragana / Katakana to detect Japanese would be better as Kanji share the characterset as the...
It seems like the problem stems from you trying to run the script within the python interactive shell that starts when entering python on its own. You can tell that...
[out.zip](https://github.com/user-attachments/files/17328495/out.zip) Hey thanks for letting me know, there seems to be an issue with pytube since youtubes api changes. I provided a way to convert manually downloaded mp4s and tested...
No worries, yea make sure to download it again or git pull to get the changes. Then you can simply relace the url with whatever the filename of the video...
Are you sure you have the new version of the code? The following lines should look like:  According to your error message it seems like you are still using...
Here > File "C:\Users...\youtube_midify.py", line 121, in convert > yt = YouTube(url) > ^^^^^^^^^^^^ the yt = YouTube(url) is in line 121 which suggest you might have ran the old...