ghj7211
ghj7211
So it can't be fixed without editing the internal code as for now. That's a shame.
@RicBent If it's not too much a hassle, could you consider building it without eval syntax? I'm trying to import your work into a chrome extension. While it works great...
@RicBent Thank you for your reply! I managed to build it with `-s DYNAMIC_EXECUTION=0` and `-s EMBIND_AOT`, modifying`CMakeLists.txt`. It works well on MV3 extension service worker, and also with vite...
Ok, so i found the fix. The issue was due to recent change in youtube music. [(link)](https://github.com/pytube/pytube/issues/1985) I found out that @KoljaWindeler already released a temporary fix for this in...