Jump to content
UBot Underground

Scrape Video links in Reverbnation.com


Recommended Posts

I want to Scrape all video link on page of reverbnation.com

for eg:- http://www.reverbnation.com/artist/artist_videos/932883

 

when i see its source code

 

 

<div id="video_preview" style="text-align: center;">
      <object type="application/x-shockwave-flash" id="rn_mainvideoplayer_v3" name="rn_mainvideoplayer_v3" align="top" data="http://cache.reverbnation.com/widgets/inline/rn_mainvideoplayer_v3.swf?14363" width="900" height="506"><param name="play" value="false"><param name="loop" value="false"><param name="menu" value="true"><param name="bgcolor" value="#FFFFFF"><param name="seamlesstabbing" value="true"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="allownetworking" value="all"><param name="quality" value="best"><param name="scale" value="noscale"><param name="salign" value="tl"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="swliveconnect" value="false"><param name="flashvars" value="shuffle=false&auto_play=false&id=artist_932883"></object>
    </div>
 
which is same for all videos on page. how can i add all links present on page to a list?
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...