YouTubeDownloader
The following operations are supported. For a formal definition, please review the Service Description.
-
GetDownloadURL
Input required: the video URL of YouTube video. This is the URL that is seen in the addressbar when viewing a video. The return value contains the YouTube Download URL. It is upto the application to access this URL from code and save the file to disk or server. In .NET, this can be accomplised by using the webclient class and passing in the download URL and and an output file with .FLV extension