I searched for your gut buster trick just now because it had been years since I had seen it, and thought I’d see when your most recent video was. Surprised to see it was just an hour ago! I’ve also been playing with Dalle2 a ton, so it’s fun to see this. Love your work!
Hi Andrew! Thank you so much for such a helpful video! With Russian Whisper works amazing! I have a question. If I need a transcript of my podcast episode, how can I upload it? Will it work, if I upload a file on Google Drive and then insert the link? (no, it doesn't work lol) I uploaded my mp3 file to the sample_data folder, but now I have to change the code to make it work on the mp3 file from the folder. If you could let me know how to change the code, that would be amazing!
HI Andrew, I've used this set up without any issues for a few months. Thank you so much for uploading this. However, this does not work any more. Any chance you might be able to update your video with a fix ?
Hi, Would be it possible to make this app a bit more idtiot proof. Like playing around usage limits of Google and other things like: - dividing audio/video into 30 minute chunks - being able to come back after google 90 minute back stop (starting at last "save point") Cheers
Thank you Andrew, however at step 3 there is an error even using your example youtube link: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CnT-Na1IeVI.html ERROR: Unable to extract uploader id;
Hi, The fix I found was: In the first code block you have to replace two lines of code: !pip youtube_dl REPLACE FOR: !pip install yt-dlp then, import youtube_dl REPLACE FOR: import yt_dlp as youtube_dl
@@elvistejeda8661 you mean in the first step? the original lines have changed now a bit (!pip youtube_dl -> !pip install youtube_dl and so on). Your fix still seems to help (it's still processing but at least it found the video now), so thanks a bunch!