Yousuf-Basir / node-youtube-converter

Test implementation of youtube to mp3 convertion using node js hosted on heroku
3 stars 0 forks source link

Problem with direct download #1

Open Stephirio opened 5 years ago

Stephirio commented 5 years ago

Hi, is there a method to download the mp3 file with an unique link...without using interface?

Yousuf-Basir commented 5 years ago

@Stephirio I am not really clear what you are asked for. But there is no way to download mp3 file directly from YouTube server. we have to download the video file then convert it to mp3.

Stephirio commented 5 years ago

@Stephirio I am not really clear what you are asked for. But there is no way to download mp3 file directly from YouTube server. we have to download the video file then convert it to mp3.

Thanks for your reply. My answer is: "Is there a way to convert a video and then download it with a unique link using your script?"

Yousuf-Basir commented 5 years ago

@Stephirio Sadly answer is no. I am also wondering why every time the server returns same download link for different converted files. However I will no longer work on this repository, because I am going to make a desktop software that will download and convert youtube video.