View Single Post
  #4  
Old 05-19-2014, 12:13 PM
fabman fabman is offline
Junior Member
 
Join Date: May 2014
Posts: 4
fabman is on a distinguished road
Default

Re: How can I download videos from this website www.Drupalize.me


I know it's been a while from this thread. I'm also trying to download videos from drupalize.me, I tested the line you gave as a solution and it works. But I have no idea where did you get those parameters from...

Quote:
Originally Posted by hasomaso View Post
@WuxiIxuw

Code:
rtmpdump -r "rtmpe://videola-cdn.com:1935/drupalizeme" -a "drupalizeme" -f "WIN 11,2,202,235" -W "http://drupalize.me/sites/all/modules/_custom/jwplayer/jwplayer/player.swf" -p "http://drupalize.me/videos/calendar-series-overview" -y "mp4:v/2012-05-11-D7-Calendar-01/2012-05-11-D7-Calendar-01-960x540-1200k.mp4" -T "92C7cRUswEngphuv" -o "output.flv"

I went to that url and I show this html code on that page:




HTML Code:
<div id="drupalizeme-video-player_wrapper" style="position: relative;">

<object type="application/x-shockwave-flash" data="http://drupalize.me/sites/all/modules/custom/drupalizevideofield/jwplayer/player.swf" width="960" height="540" bgcolor="#000000" id="drupalizeme-video-player" name="drupalizeme-video-player">

<param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always">
<param name="seamlesstabbing" value="true">
<param name="wmode" value="opaque">
<param name="flashvars" value="netstreambasepath=http%3A%2F%2Fdrupalize.me%2Fvideos%2Fcalendar-series-overview&amp;file=http%3A%2F%2Fvideola-cdn.com%3A1935%2Fdrupalizeme%2Fsmil%3Avideo-339.smil%2Fplaylist.m3u8%3Ft%3D1400521968%26s%3Df685620804e495599f52310820cb68c5&amp;id=drupalizeme-video-player&amp;className=jwplayer-player&amp;bufferlength=10&amp;stretching=uniform&amp;type=rtmp&amp;provider=rtmp&amp;streamer=rtmpe%3A%2F%2Fvideola-cdn.com%3A1935%2Fdrupalizeme&amp;plugins=http%3A%2F%2Flp.longtailvideo.com%2F5%2Fcaptions%2Fcaptions.swf&amp;image=http%3A%2F%2Fdrupalize.me%2Fsites%2Fdefault%2Ffiles%2Fvideoasset_screenshots%2Fcalendar-1.png&amp;dock=false&amp;gapro=%5Bobject%20Object%5D&amp;captions.back=false&amp;captions.state=false&amp;captions.file=http%3A%2F%2Fdrupalize.me%2Fdotsub%2Ffile%2F7636ee45-d0f7-47c1-a691-66362972d410---eng.srt&amp;captions.pluginmode=HYBRID&amp;controlbar.position=over">

</object>

But I can't find the -T parameter value or the -y paramter value there, no "92C7cRUswEngphuv" or mp4 url to get.

Can't anyone help me?,

Thank you
Reply With Quote