Download-youtube-video
An app for fetching the links to video files of youtube in different video formats
Script fetchYoutube.php
does all the work for getting the links for videos passed
as url
parameter and output them as JSON object.
It also supports extracting all video from a playlist.
YouTube Data API v3 is used to get details about videos and playlist.
Use
Pass link to video as url
paramater to fetchYoutube.php
-
For getting single video pass
videoId
in link forv
parameterfetchYoutube.php?url=https://www.youtube.com/watch?v=videoId
-
For getting the whole playlist use
playlistId
forlist
parameterfetchYoutube.php?url=https://www.youtube.com/playlist?list=playlistId
or pass
videoId
of any video of playlist ,playlistId
andall=true
fetchYoutube.php?url=https://www.youtube.com/watch?v=videoId&list=playlistId&all=true
Screenshots
-
Home Page
![Loading](screenshots/loading.png)
-
Fetching links for single video
![Single Video](screenshots/single_video.png)
-
Fetching links for whole playlist
![Playlist Video](screenshots/whole_playlist.png)