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
3 Answers
0
So you want an app looking like youtube, but clicking a video download the mp3 file instead?
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.
0
thank you sir