the only slightly helpful thing I could find regarding LiveLeak API was this Question on Stackexchange: CURL: grabbing liveleak video
If I only have got the Video URL (e.g. http://www.liveleak.com/view?i=numbered_videoid), is there a way to get video meta data without pulling the whole page? xml or json ideally?
Thanks!
LiveLeak’s ‘API’ is at best their RSS Feeds.
The best I could do was to download the ‘internal’ page for a certain videoid by appending
&ajax=1to the url:This saved 10.06 KB of bandwidth (about 32%).