View Single Post
  #1  
Old 05-19-2017, 12:21 AM
ironsheik ironsheik is offline
Junior Member
 
Join Date: Jan 2015
Posts: 12
ironsheik is on a distinguished road
Default

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.
Reply With Quote