Home · Tools · Implementations · Manage · Register · Tutorials · About |
| | | |
YouTube Downloader
Endpoints No endpoints currently associated with listing Contributed Clients What is this? Add / Edit / Delete Client No clients are currently listed Detailed Description Provides the FLV download URL for YouTube videos. Applications can
then use the returned URL to download the FLV video file.Usage Notes For .NET consumers,
create a webclient object and invoke DownloadFile method passing in
the returned URL from web service as the first parameter, and the
filename to save as the second.
DownloadFile(url_returned_from_web_service,local_file_to_save) |