converter using react native or java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

converter using react native or java

Is it possible to create an app for converting youtube video to mp3 or mp4 ready for download like ytmp3.cc but with page home content the home page of youtube

10th Dec 2019, 6:08 PM
Hammed Ammar
Hammed Ammar - avatar
3 Answers
0
So you want an app looking like youtube, but clicking a video download the mp3 file instead?
11th Dec 2019, 6:12 AM
coddy
coddy - avatar
0
Well, at first you can't make a website looking like youtube's homepage, but you could very easily do as so using two libraries: 1. https://github.com/freecode/YouTube-Downloader/blob/master/src/YouTube.java you can use a function called downloadUrl() and get the file downloaded. From there, 2. https://tundemichael.com/post/java-how-to-convert-mp4-to-mp3 and follow the rutorial to convert it to mp3. Hope that should sork, ive only done some basic research.
11th Dec 2019, 6:21 AM
coddy
coddy - avatar
0
thank you sir
11th Dec 2019, 8:27 PM
Hammed Ammar
Hammed Ammar - avatar