Save Facebook video!
Facebook doesn't exposes the video/image location to the videos posted in it. So to download them becomes harder(at least for some :D).
So today i'am posting an easy way to download videos from the original location at facebook servers.
I'am writing this post especially to help you download the lookback videos about which you can read in my previous post here: http://fictivenave.com/2014/02/loopback.html
Assuming you are using Google Chrome,
Steps to follow:
So today i'am posting an easy way to download videos from the original location at facebook servers.
I'am writing this post especially to help you download the lookback videos about which you can read in my previous post here: http://fictivenave.com/2014/02/loopback.html
Assuming you are using Google Chrome,
Steps to follow:
- Go to the lookback video link(where you can play it )
- Open jScript console by pressing Ctrl+Shift+J (Ctrl+Shift+K for Mozilla Firefox)
- In the console paste the java script as given below.
- HIT ENTER to execute js and it will give you the link to the video.
- Copy the link and open it to to see the video in the original location.
- Save it by pressing Ctrl+S
- Done the job! Enjoy.... :)
var xmlhttp;if (window.XMLHttpRequest) {xmlhttp = new XMLHttpRequest();} else {xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");}xmlhttp.onreadystatechange = function() {if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {ss = xmlhttp.responseText.split('[["params","')[1].split('"],["width","960"]')[0];var x = ss;var r = /\\u([\d\w]{4})/gi;x = x.replace(r, function (match, grp) {return String.fromCharCode(parseInt(grp, 16)); });x = unescape(x);console.log(JSON.parse(x).video_data[0].hd_src);prompt("Here's your video URL (HD)! Press Ctrl + C to copy it!", JSON.parse(x).video_data[0].hd_src)}}xmlhttp.open("GET", "/lookback", true);xmlhttp.send();
PS: I ensure this link is safe.
Regards to some programmer at github for this script.
Regards to some programmer at github for this script.


dude why do so much of hard work when we can just download it in one click using idm..:)
ReplyDelete