View Single Post
  #1  
Old 06-01-2006, 08:37 PM
coldwind
 
Posts: n/a
Default

Could someone tell me if this flash video is downloadable?


I want to download a file from eonline but they changed the player. You now have to go here:
Code:
http://www.eonline.com/thevine/player.jsp?channelID=&mediaID=
to see video files. I have a terrible connection and have to wait 10 minutes to see the video file and wait for buffering which is why it take 10 minutes or more. Also I really want to save the file. I didn't know if it was possible with this site to download the streaming file and save it. This is the info if it is possible.
I looked in the xml file in my temporary internet files and I didn't know if this was enough to find the file. The file name was just videoservlet and the address was:
Code:
http://www.eonline.com/thevine/VideoServlet.jsp?mediaID=16081
This was in the xml file:
Code:
  <?xml version="1.0" encoding="UTF-8" ?> 
- <rss version="2.0" encoding="UTF-8">
- <eol: playItem xmlns:eol="resources/dtd/VideoPlayer-1.0.dtd">
- <item>
  <title>'Mars' Mission</title> 
  <description>Watch with Kristin: Our TV diva gets some 'Veronica Mars' scoop--with a side of cookies.</description> 
  <language>en-us</language> 
  <pubDate>Thu Jun 01 19:29:05 PDT 2006</pubDate> 
  <webMaster>webmaster@eonline.com</webMaster> 
  <link>wwk_colantoni_16081</link> 
  <eol:runtime>2:34</eol:runtime> 
  <eol:error /> 
  <eol:schedule /> 
- <eol:ad type="leaderboard">
  <eol:link>http://www.eonline.com/thevine/vineAd.jsp?channelID=onload-null&adType=leaderboard</eol:link> 
  </eol:ad>
- <eol:ad type="video">
  <eol:link /> 
  </eol:ad>
  </item>
  </eol: playItem>
  </rss>
I'm not sure if the file I want is named wwk_colantoni_16081, I think it is but I don't know how to connect the web address together to download it. Is it possible to download it?
Reply With Quote