Skip to content

sebastianwd/youtube-downloader

Repository files navigation

fUptime Robot status

YouTube downloader

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

Download audio and video from YouTube. Since the server is running on a single region, some videos might not be available if client region is a different one.

Use the website

picture 1

OR

Execute the methods through the playground

  • yt.getAudioUrl: Get the source audio url of a youtube video.
  • yt.getVideoUrl: Get the source video url of a youtube video.
  • yt.getVideoIds: Get the video ids of a search query.

picture 3