how to download from webvideocore link
hi
I'm trying to download an embedded flash video from a website.
In the Inspect Element option I can make out this link from the video
<video playsinline="" id="svp_holder_html5_api" class="vjs-tech" tabindex="-1"
poster="https://static1.webvideocore.net/i/stores/2/items/bg/f/f1/XXXXXXX.jpg"
src="blob:https://play.webvideocore.net/YYYYYYYYYY"></video>
[suppose XXXXX and YYYYY represents the ids]
I want to know can I download the video from this link?
Thanks in advance.
|