+ 1
Who knows php very well to teach me how to create a music downloading site like tubidy
2 Antworten
+ 4
PHP is noot the best option for your purpose, use this instead:
Learn to make a Youtube link downloader using node.js, HTML, CSS, and JS
https://blog.usejournal.com/how-i-made-my-own-youtube-downloader-using-javascript-and-node-js-160b172f6e10?gi=46125d8dc53f
you will need a command line interface with NPm and node.js installed. I reccomend using VScode
Download it here:
https://code.visualstudio.com/
0
Thanks