This project is written in PHP and uses YouTube-DL to get video information from video link. That's why you have to properly install YouTube-DL on your hosting server. Go to YouTube-DL repo to know how to install YouTube-DL.
- Just clone this project in your hosting server's
public_html
directory.
- After cloning this repo, browse your server url with video-url get or post parameter. Ex:
https://example.com/?video-url=https://www.youtube.com/watch?v=U3OcnTbmL_U
- Make sure you have
php curl
extension installed on your server.