Project Description:
I am in need of a scaper of sorts fot videos found on vk.com. If you look here http://code.google.com/p/getvk/ this python script seems to be what I am looking for but the urls it spits out are not correct. They are in right format but not working
FOr example if you entrer this
./getvk.py "http://vk.com/video_ext.php?oid=153441451&id=161618413&hash=b51eac02f6c614d6"
from shell or from exec command in php it spits out a url to the video
http://cs507218.userapi.com/u70712020/video/c7113f2f3e.480.mp4
but if you try to load that url it no longer exist. It seems they change the url based on id and hash and they only last a short time, so I need a script that I can run to get proper url so I can run the video in my own player not the one they supply.
I prefer it in php if possible, if not someway to call it from a php script using the exec command on a linux server.
If you have never dealt with this type of application, please dont bother...