Youtube Converter

Status
Not open for further replies.

ThisIsMyLife

Power Member
Joined
Apr 21, 2018
Messages
768
Reaction score
762
Is there any Youtube Converter API or Script, to convert from Video To Audio Format?
 
I think there are a lot of such online video convert sites, which can do that, but if you need bulk download, no idea.

I tried "Youtube video download / convert" on Google before and found such sites.
 
I think there are a lot of such online video convert sites, which can do that, but if you need bulk download, no idea.

I tried "Youtube video download / convert" on Google before and found such sites.
No Friend, I want to create a service doing this. So I was looking for A way to do this programmatically where which I can implement on this website
 
No Friend, I want to create a service doing this. So I was looking for A way to do this programmatically where which I can implement on this website

A simple google search could of helped you out.

YTGrape
 
No Friend, I want to create a service doing this. So I was looking for A way to do this programmatically where which I can implement on this website
I was also looking for this and searched on Google but not find any good script.
So I think you need a developer to make this script
 
youtube-dl open source, made in python, regularly updated, doesn't just do youtube. Then pipe the output into ffmpeg.
 
I can make a script for you for your service. For free. You've already contributed a lot to the forum. If still needed throw me some details.
 
youtube-dl open source, made in python, regularly updated, doesn't just do youtube. Then pipe the output into ffmpeg.

Can't say enough good things about youtube-dl --- this is the engine behind all of the best youtube leechers.. that, and probably a pool of proxies
 
youtube-dl + ffmpeg. That is all you need. You can easily make an automated script with that aswell.
 
as they said :
- youtube-dl (to download video)
- ffmpeg (to make mp3)
u may need some proxy to not be blocked by youtube ,
and good server for downloading and converting . (ffmpeg use lot of cpu time :P )
 
Status
Not open for further replies.
Back
Top