Youku is China’s famous online video hosting and streaming platform. In some specific scenarios, you may need to download a video from Youku. This article covers how to download a Youku video programmatically in C#.
Info: You may be interested in a free online service like Aspose MP4 to MP3 converter that is often used to extract audio from videos.
C# API to Download Youku Video
Aspose.HTML for .NET API supports the feature of web harvesting, which lets you inspect, capture, or extract data from web pages. You can extract data from web pages with web harvesting like keywords, images, or videos etc. You can easily download the DLL files from the Downloads section, or using the following NuGet installation command:
PM> Install-Package Aspose.HTML
Download Youku Video Programmatically in C#
You can download a Youku video by following the steps below:
- Firstly, set the online URL of a video on Youku.
- Secondly, create an object of MultimediaScraper class.
- Initialize an instance of the Multimedia class.
- Cast a VideoInfo object to YouKuVideoInfo type.
- Finally, download the Youku video.
The code sample below explains how to download a Youku Video programmatically in C#:
Get Free Evaluation License
You can evaluate all the features of the API without any evaluation limitations by requesting a free temporary license.
Online Demo
Please try the Youku Video Downloader web app developed using the above API.
Conclusion
In this article, you have learned how to download a Youku video programmatically in C#. You can embed this feature in your .NET or .NET Core based applications with a few lines of code. Furthermore, you can take a look at sever other web scrapping features by visiting the API documentation. Feel free to write to us at the forum and we will be glad to assist you.
Note: We do not support downloading copyrighted videos and using other people’s videos for commercial purposes without their express permission. We are not responsible for any copyright infringement that may occur when using this tool.