Convert youtube videos to mp3 and mp4 on IOS. The app requires node js server to download the mp4 and mp3 files, thanks to youtube-dl-exec
RPReplay_Final1703347404.MP4
It's against youtube TOS!
To make the software work first you need to go to backend and type these commands
- First go to backend folder and install the dependencies:
cd backend/
npm install
- After that modify the content of the index.js, line 15 the port (see this) or leave it like that then run:
node index.js
- After that go to the app folder and inside of there, open the project as xcode and then modify the ContentView.swift line 15 (see this)
- Now you are done! Enjoy!