reggiep Posted May 17, 2011 Report Posted May 17, 2011 Two of our students are in a video on this page FILMCLUB - Close Encounters Details and I have been asked to display it on our XIBO display. The problem I have is I can't see how I can rip the video from the site. I can't embed the site either as it needs clicking to start! Can anyone suggest a way round this? Thanks
Steve21 Posted May 17, 2011 Report Posted May 17, 2011 Cheat! Find video link in source, aka assets/videos/national-movie-awards-filmclub-interviews.flv add link to URL aka http://www.filmclub.org/assets/videos/national-movie-awards-filmclub-interviews.flv click download, run around screaming as "bad stuff downloads" Should work, Steve 1
reggiep Posted May 17, 2011 Author Report Posted May 17, 2011 What the.. How the... Thanks Steve21, you made that look like magic! I couldn't find the link in the source code, I guess I didn't try hard enough! Thanks
Netman Posted May 17, 2011 Report Posted May 17, 2011 I'd contact them for a copy and permission... From their terms and conditions: "The contents of this site have full intellectual property protection. This means that you cannot copy or make use of any item covered by such rights without the express permission of the owner of such rights, details as to how to apply can be obtained by contacting us. In the absence of such permission, your right to copy or make use of any protected rights is limited to using such protected material solely for your own private use. In particular, you must not in any way seek to exploit or make use of your rights for any commercial purposes. To do so can lead to an injunction against you and a court award of damages."
Steve21 Posted May 17, 2011 Report Posted May 17, 2011 What the.. How the... Thanks Steve21, you made that look like magic! I couldn't find the link in the source code, I guess I didn't try hard enough! Thanks But but... It is magic! But yeah, surprised it was so simple, as normally they block the direct links, but seems this was nice (And yes, Copyright etc is issue, but then they're not exactly stopping you downloading, you're not bypassing anything) Steve
mac_shinobi Posted May 17, 2011 Report Posted May 17, 2011 But but... It is magic! But yeah, surprised it was so simple, as normally they block the direct links, but seems this was nice (And yes, Copyright etc is issue, but then they're not exactly stopping you downloading, you're not bypassing anything) Steve Keep getting interupted but yeah I just used the source and found the following $(document).ready(function () { var player_featured_167 = flowplayer( "player-featured-167", "/library/flowplayer/flowplayer.commercial-3.2.7.swf", { key: '#$cf7c9b2bcd5a7c9dd6e', clip: { autoPlay: true, onStart: function(clip) { getTracker()._trackEvent("Videos", "Play", clip.url); }, onPause: function(clip) { getTracker()._trackEvent("Videos", "Pause", clip.url, parseInt(this.getTime())); }, onStop: function(clip) { getTracker()._trackEvent("Videos", "Stop", clip.url, parseInt(this.getTime())); }, onFinish: function(clip) { getTracker()._trackEvent("Videos", "Finish", clip.url); } }, content: { display: 'none' }, plugins: { controls: { stop: true } }, [b] playlist: [ '/assets/videos/national-movie-awards-filmclub-interviews.flv'[/b] ] } ); }); And literally just post fixed the playlist path to the website url So htt p : / /w w w .filmclub.org/ AND assets/videos/national-movie-awards-filmclub-interviews.flv Gives you htt p : / /w w w .filmclub.org/assets/videos/national-movie-awards-filmclub-interviews.flv
Arthur Posted May 17, 2011 Report Posted May 17, 2011 ... or just use URL Snooper. http://k.min.us/icvmls.png 1
webman Posted May 17, 2011 Report Posted May 17, 2011 Or the Developer Tools in Chrome, refresh page, and check the requests in the Network tab. Or use Firebug in Firefox.
reggiep Posted May 17, 2011 Author Report Posted May 17, 2011 Thanks everybody. Just after I asked we learned that we are being ofsteded on Thurs and Fri so it actually became more of a priority as the Head wanted that very prominent as people walk in to the school. All sorted now and playing through XIBO. Thanks all.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now