Channel/archives
From Justin.tv API Wiki
Get archives from a given channel. Requires OAuth authentication for private channels.
Interface
URL: http://api.justin.tv/api/channel/archives/login.format
Formats: xml, json
Methods: GET
Authentication: Requires Authentication for Private Channels
Params: channel id or login must be included as a param. Optional limit and offset params (defaults are 20 for limit and 0 for offset). Results returned are limited to 100. Results are returned in create date order
Returns: Archive Object
Examples
[
{
"video_file_url": "http:\/\/media.justin.tv\/archives\/2009-6-15\/live_user_officecam_1245074240.flv",
"format":"",
"id":122758130,
"length":177,
"channel_id":28559,
"start_time":"2009/06/15 13:57:20 +0000"
},
...]

