Youtube Video/MP3 Converter
Youtube Video/MP3 Converter
The purpose of preparing this project is that when I want to download videos or music on youtube, I am disturbed by the constant redirects and advertisements of converter sites.
In daily life, sometimes we need to download videos on youtube in video or mp3 format. But in this case, even on the most decent sites to be used, an excessive ad and repetition of the process turns out. It is a project that I prepared out of boredom because I was disturbed by this incident.
The project was prepared using Asp.Net MVC. I use an API I found on github for the conversion process.
This API was running as an iframe. But again, because there will be advertisements and so on, I download the html file and filter the necessary parts and get the links that will only give the converted data in a pure and clean way. Then I present these links by placing them in the draft I prepared.
You can access the live demo of the project at converter.yavuzceliker.com.tr.
You can reach the github repo of the project here.