0
Answer

C# Video Downloader with HTML tag

Photo of kennedy chozo

kennedy chozo

11y
1.3k
1
Hello, how to download video from Webbrowser ?

<div itemprop="video" itemscope itemtype="<someURL>">
<meta itemprop="contentURL" content="https//<URL HERE>">
</div>
How can I grab data from the content attribute in meta tag. The URL HERE is the link for download the video.