cybercypherdev/VidSnatcher_Web ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Streamlit app called VidSnatcher for downloading videos from a URL.
I want it to let me paste in a video link, preview the video, and then fetch useful info like the title, views, length, and estimated file size before I download anything. Give me a quality picker with options like best, worst, 1080p, 720p, 480p, 360p, and 240p. When I hit download, show a real time progress bar and download speed, and save the file straight into the user’s Downloads folder.
Make it feel clean and easy to use, with a friendly layout and clear status messages if a link is invalid or a download fails. It should work on Windows, macOS, Linux, and Android if possible. If you need to look up current docs online for Streamlit or yt dlp, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit