jtv 1.0.0.beta1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +65 -0
  4. data/jtv.gemspec +1 -1
  5. data/lib/jtv/channel.rb +23 -0
  6. data/lib/jtv/client.rb +2 -0
  7. data/lib/jtv/version.rb +1 -1
  8. data/spec/features/channel_spec.rb +48 -0
  9. data/spec/features/stream_spec.rb +4 -10
  10. data/spec/features/user_spec.rb +2 -6
  11. data/spec/jtv/channel_spec.rb +44 -0
  12. data/spec/jtv/client_spec.rb +10 -0
  13. data/spec/vcr_cassettes/Jtv_Channel/_archives/returns_an_array_of_archives_for_given_channel.yml +70 -0
  14. data/spec/vcr_cassettes/Jtv_Channel/_channel_show/provides_information_for_a_given_channel.yml +69 -0
  15. data/spec/vcr_cassettes/Jtv_Channel/_chat_embed/returns_an_iframe_for_chat.yml +63 -0
  16. data/spec/vcr_cassettes/Jtv_Channel/_embed/returns_a_string_containing_an_embed_object.yml +63 -0
  17. data/spec/vcr_cassettes/Jtv_Channel/_fans/fetches_fans_for_a_given_channel.yml +209 -0
  18. data/spec/vcr_cassettes/Jtv_Stream/_list/returns_a_list_of_streams_for_a_category.yml +591 -0
  19. data/spec/vcr_cassettes/Jtv_Stream/_search/returns_streams_based_on_search_query.yml +161 -0
  20. data/spec/vcr_cassettes/Jtv_Stream/_summary/returns_a_summary_of_Jutstin_tv_data.yml +59 -0
  21. data/spec/vcr_cassettes/Jtv_User/_favorites/fetches_favorites_from_user.yml +88 -0
  22. data/spec/vcr_cassettes/Jtv_User/_user_show/fetches_information_on_user.yml +67 -0
  23. data/spec/vcr_config.rb +4 -3
  24. metadata +48 -52
  25. data/spec/vcr_cassettes/Jtv_Stream/_list.yml +0 -408
  26. data/spec/vcr_cassettes/Jtv_Stream/_search.yml +0 -156
  27. data/spec/vcr_cassettes/Jtv_Stream/_summary.yml +0 -81
  28. data/spec/vcr_cassettes/Jtv_User/_favorites.yml +0 -110
  29. data/spec/vcr_cassettes/Jtv_User/_user_show.yml +0 -92
@@ -0,0 +1,63 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.justin.tv/channel/chat_embed/justin?height=50
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ User-Agent:
13
+ - Jtv Gem
14
+ Authorization:
15
+ - OAuth oauth_nonce="c57595a8e3d82e76db2848784d7d5547", oauth_signature="fQx4lA2M9B3Fz0yqo%2BBK7M3%2FQBc%3D",
16
+ oauth_signature_method="HMAC-SHA1", oauth_timestamp="1361148689", oauth_version="1.0"
17
+ Accept-Encoding:
18
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
+ response:
20
+ status:
21
+ code: 200
22
+ message: OK
23
+ headers:
24
+ Server:
25
+ - nginx
26
+ Date:
27
+ - Mon, 18 Feb 2013 00:51:29 GMT
28
+ Content-Type:
29
+ - application/json; charset=utf-8
30
+ Transfer-Encoding:
31
+ - chunked
32
+ Connection:
33
+ - close
34
+ Status:
35
+ - 200 OK
36
+ Via:
37
+ - Twice 0.2 twice1:3360
38
+ X-Request-Id:
39
+ - ceaf57ac7f9577b8aeba91d9e057987d
40
+ X-Geo:
41
+ - US
42
+ Etag:
43
+ - '"25e067f6064fecc3520ba142a2713231"'
44
+ X-Ua-Compatible:
45
+ - IE=Edge,chrome=1
46
+ Cache-Control:
47
+ - must-revalidate, private, max-age=0
48
+ X-Rack-Cache:
49
+ - miss
50
+ X-Runtime:
51
+ - '0.012019'
52
+ Front-End-Https:
53
+ - 'off'
54
+ body:
55
+ encoding: UTF-8
56
+ string: |2
57
+ <iframe
58
+ style="width:450px;height:50px;"
59
+ src="http://www.justin.tv/chat/embed?channel=justin&hide_chat=&default_chat=jtv&tweet_suffix=&over_18=false">
60
+ </iframe>
61
+ http_version:
62
+ recorded_at: Mon, 18 Feb 2013 00:51:29 GMT
63
+ recorded_with: VCR 2.4.0
@@ -0,0 +1,63 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.justin.tv/channel/embed/justin?volume=50
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ User-Agent:
13
+ - Jtv Gem
14
+ Authorization:
15
+ - OAuth oauth_nonce="5720fa91e80dcb0d41d168d7c29e6d66", oauth_signature="PD%2FdvTUoFGnylecyoCTq3IFUI2k%3D",
16
+ oauth_signature_method="HMAC-SHA1", oauth_timestamp="1361148689", oauth_version="1.0"
17
+ Accept-Encoding:
18
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
+ response:
20
+ status:
21
+ code: 200
22
+ message: OK
23
+ headers:
24
+ Server:
25
+ - nginx
26
+ Date:
27
+ - Mon, 18 Feb 2013 00:51:29 GMT
28
+ Content-Type:
29
+ - application/json; charset=utf-8
30
+ Transfer-Encoding:
31
+ - chunked
32
+ Connection:
33
+ - close
34
+ Status:
35
+ - 200 OK
36
+ Via:
37
+ - Twice 0.2 twice3:3343
38
+ X-Runtime:
39
+ - '0.070356'
40
+ X-Geo:
41
+ - US
42
+ X-Request-Id:
43
+ - c4b42558ecf9c10d529f3e9a7f513ba5
44
+ Etag:
45
+ - '"b6fefa3ca3b7c1c159cef2c6007da800"'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Cache-Control:
49
+ - must-revalidate, private, max-age=0
50
+ X-Rack-Cache:
51
+ - miss
52
+ Set-Cookie:
53
+ - language=en; domain=.twitch.tv; path=/; expires=Fri, 18-Feb-2033 00:51:29
54
+ GMT
55
+ Front-End-Https:
56
+ - 'off'
57
+ body:
58
+ encoding: UTF-8
59
+ string: |2
60
+ <object type="application/x-shockwave-flash" height="295" width="353" id="live_embed_player_flash" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=justin" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="auto_play=false&channel=justin&start_volume=50" /></object>
61
+ http_version:
62
+ recorded_at: Mon, 18 Feb 2013 00:51:29 GMT
63
+ recorded_with: VCR 2.4.0
@@ -0,0 +1,209 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.justin.tv/channel/fans?id=officecam
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ User-Agent:
13
+ - Jtv Gem
14
+ Authorization:
15
+ - OAuth oauth_nonce="558201fcecd794c51ffdfb3a5d2e97b8", oauth_signature="F68o8244H62%2BLzSaYg%2BIivKe26Q%3D",
16
+ oauth_signature_method="HMAC-SHA1", oauth_timestamp="1361148687", oauth_version="1.0"
17
+ Accept-Encoding:
18
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
+ response:
20
+ status:
21
+ code: 200
22
+ message: OK
23
+ headers:
24
+ Server:
25
+ - nginx
26
+ Date:
27
+ - Mon, 18 Feb 2013 00:51:29 GMT
28
+ Content-Type:
29
+ - application/json
30
+ Transfer-Encoding:
31
+ - chunked
32
+ Connection:
33
+ - close
34
+ Status:
35
+ - 200 OK
36
+ Via:
37
+ - Twice 0.2 twice6:3352
38
+ X-Runtime:
39
+ - '1.341565'
40
+ X-Geo:
41
+ - US
42
+ X-Request-Id:
43
+ - 297a07659c681bbe396bbbbcc8721b92
44
+ Etag:
45
+ - '"8130bbba0b6428f0ed64caec7b61039a"'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Cache-Control:
49
+ - must-revalidate, private, max-age=0
50
+ X-Rack-Cache:
51
+ - miss
52
+ Set-Cookie:
53
+ - language=en; domain=.twitch.tv; path=/; expires=Fri, 18-Feb-2033 00:51:27
54
+ GMT
55
+ Front-End-Https:
56
+ - 'off'
57
+ body:
58
+ encoding: UTF-8
59
+ string: '[{"location":"Billingham, UK","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/jackb-profile_image-fe399264c257d7a7-600x600.jpeg","favorite_quotes":"Drew4848:
60
+ Your place or mine?","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/jackb-profile_image-fe399264c257d7a7-300x300.jpeg","sex":"Male","id":288,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/jackb-profile_image-fe399264c257d7a7-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/jackb-profile_image-fe399264c257d7a7-70x70.jpeg","pro_account":false,"embed_code":" <object
61
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
62
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=jackb\"
63
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
64
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
65
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=jackb&start_volume=25\"
66
+ /></object>\n","name":"Jack David Bromby","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/jackb-profile_image-fe399264c257d7a7-50x50.jpeg","login":"jackb"},{"location":"San
67
+ Francisco","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"","id":1100,"broadcaster":true,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
68
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
69
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=unclewang\"
70
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
71
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
72
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=unclewang&start_volume=25\"
73
+ /></object>\n","name":"C. Mei Wang","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"unclewang"},{"location":"Here,
74
+ there, and everywhere.","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/freebird-profile_image-0f26557ce5b4fa8f-600x600.jpeg","favorite_quotes":"I
75
+ used to be a sex addict,,,but my wife cured me. However; with the right woman,
76
+ I definately would have a relapse.","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/freebird-profile_image-0f26557ce5b4fa8f-300x300.jpeg","sex":"Male","id":1140,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/freebird-profile_image-0f26557ce5b4fa8f-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/freebird-profile_image-0f26557ce5b4fa8f-70x70.jpeg","pro_account":false,"embed_code":" <object
77
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
78
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=freebird\"
79
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
80
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
81
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=freebird&start_volume=25\"
82
+ /></object>\n","name":"John ","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/freebird-profile_image-0f26557ce5b4fa8f-50x50.jpeg","login":"freebird"},{"location":"NOLA/SF","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":"that''s
83
+ kiko gay","image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Female","id":1151,"broadcaster":true,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
84
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
85
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=number1fan\"
86
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
87
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
88
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=number1fan&start_volume=25\"
89
+ /></object>\n","name":"n1f","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"number1fan"},{"location":"Nor
90
+ Cal","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/boredoutamygourd-profile_image-c25cc0dc89f9c6ee-600x600.jpeg","favorite_quotes":null,"image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/boredoutamygourd-profile_image-c25cc0dc89f9c6ee-300x300.jpeg","sex":"Male","id":1218,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/boredoutamygourd-profile_image-c25cc0dc89f9c6ee-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/boredoutamygourd-profile_image-c25cc0dc89f9c6ee-70x70.jpeg","pro_account":false,"embed_code":" <object
91
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
92
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=boredoutamygourd\"
93
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
94
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
95
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=boredoutamygourd&start_volume=25\"
96
+ /></object>\n","name":null,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/boredoutamygourd-profile_image-c25cc0dc89f9c6ee-50x50.jpeg","login":"boredoutamygourd"},{"location":"East
97
+ Tennessee","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/witchywoman-profile_image-e84bebb4f57766c7-600x600.jpeg","favorite_quotes":"IGNORANCE
98
+ IS NOT AN EXCUSE IT''S A DAMN REALITY!...SAME OL SHIT\r\nDIFFERENT DAY...BIGGER
99
+ PILE...SMALLER SHOVEL!!!\r\n\r\nThe biggest joke man ever spoke was the words
100
+ ''Trust Me''","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/witchywoman-profile_image-e84bebb4f57766c7-300x300.jpeg","sex":"Female","id":1980,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/witchywoman-profile_image-e84bebb4f57766c7-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/witchywoman-profile_image-e84bebb4f57766c7-70x70.jpeg","pro_account":false,"embed_code":" <object
101
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
102
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=witchywoman\"
103
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
104
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
105
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=witchywoman&start_volume=25\"
106
+ /></object>\n","name":"Joy","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/witchywoman-profile_image-e84bebb4f57766c7-50x50.jpeg","login":"witchywoman"},{"location":"Waco,
107
+ Texas","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-600x600.jpeg","favorite_quotes":null,"image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-300x300.jpeg","sex":"Male","id":2379,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-70x70.jpeg","pro_account":false,"embed_code":" <object
108
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
109
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=soupnazi\"
110
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
111
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
112
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=soupnazi&start_volume=25\"
113
+ /></object>\n","name":"Jack Smith","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-50x50.jpeg","login":"soupnazi"},{"location":null,"image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Male","id":2702,"broadcaster":true,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
114
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
115
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=kenny\"
116
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
117
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
118
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=kenny&start_volume=25\"
119
+ /></object>\n","name":"kenny","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"kenny"},{"location":null,"image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/squelch-profile_image-1602b5442df863d2-600x600.jpeg","favorite_quotes":null,"image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/squelch-profile_image-1602b5442df863d2-300x300.jpeg","sex":"Male","id":2802,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/squelch-profile_image-1602b5442df863d2-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/squelch-profile_image-1602b5442df863d2-70x70.jpeg","pro_account":false,"embed_code":" <object
120
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
121
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=squelch\"
122
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
123
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
124
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=squelch&start_volume=25\"
125
+ /></object>\n","name":null,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/squelch-profile_image-1602b5442df863d2-50x50.jpeg","login":"squelch"},{"location":null,"image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/jviewer-profile_image-d7ce40254062cffb-600x600.jpeg","favorite_quotes":"\"you''re
126
+ either a friend of Justin Kan or an enemy of Justin Kan\" - Justin Kan\n\n<sique>
127
+ i can never get sbs so i alway to get up on my roof to fix the arial, so ive
128
+ gotten pretty good at parkour","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/jviewer-profile_image-d7ce40254062cffb-300x300.jpeg","sex":"Male","id":2816,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/jviewer-profile_image-d7ce40254062cffb-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/jviewer-profile_image-d7ce40254062cffb-70x70.jpeg","pro_account":false,"embed_code":" <object
129
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
130
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=jviewer\"
131
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
132
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
133
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=jviewer&start_volume=25\"
134
+ /></object>\n","name":"Itseore","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/jviewer-profile_image-d7ce40254062cffb-50x50.jpeg","login":"jviewer"},{"location":"On
135
+ that bike in the pic","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Female","id":3009,"broadcaster":null,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
136
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
137
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=leggedy\"
138
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
139
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
140
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=leggedy&start_volume=25\"
141
+ /></object>\n","name":"Leggedy, what else?","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"leggedy"},{"location":"","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"","id":3102,"broadcaster":null,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
142
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
143
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=mertle\"
144
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
145
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
146
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=mertle&start_volume=25\"
147
+ /></object>\n","name":null,"image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"mertle"},{"location":"","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/latesunday-profile_image-2dc4b24cb8598ba2-600x600.jpeg","favorite_quotes":"<this
148
+ message has been purged>","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/latesunday-profile_image-2dc4b24cb8598ba2-300x300.jpeg","sex":"Prefer
149
+ not to disclose","id":3340,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/latesunday-profile_image-2dc4b24cb8598ba2-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/latesunday-profile_image-2dc4b24cb8598ba2-70x70.jpeg","pro_account":false,"embed_code":" <object
150
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
151
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=latesunday\"
152
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
153
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
154
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=latesunday&start_volume=25\"
155
+ /></object>\n","name":"My Chicago","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/latesunday-profile_image-2dc4b24cb8598ba2-50x50.jpeg","login":"latesunday"},{"location":"Location:
156
+ Berlin / Germany Birth & Growth: Paris / France","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/passi-profile_image-f3ca0d86ad2fe9e9-600x600.jpeg","favorite_quotes":"<<
157
+ closing a door is a process! >>","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/passi-profile_image-f3ca0d86ad2fe9e9-300x300.jpeg","sex":"Male","id":3725,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/passi-profile_image-f3ca0d86ad2fe9e9-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/passi-profile_image-f3ca0d86ad2fe9e9-70x70.jpeg","pro_account":false,"embed_code":" <object
158
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
159
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=passi\"
160
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
161
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
162
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=passi&start_volume=25\"
163
+ /></object>\n","name":"Passi","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/passi-profile_image-f3ca0d86ad2fe9e9-50x50.jpeg","login":"passi"},{"location":"San
164
+ Francisco","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/laurentvw-profile_image-7dc6e2fec485af0a-600x600.jpeg","favorite_quotes":null,"image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/laurentvw-profile_image-7dc6e2fec485af0a-300x300.jpeg","sex":"Male","id":3747,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/laurentvw-profile_image-7dc6e2fec485af0a-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/laurentvw-profile_image-7dc6e2fec485af0a-70x70.jpeg","pro_account":false,"embed_code":" <object
165
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
166
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=laurentvw\"
167
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
168
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
169
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=laurentvw&start_volume=25\"
170
+ /></object>\n","name":"Laurent","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/laurentvw-profile_image-7dc6e2fec485af0a-50x50.jpeg","login":"laurentvw"},{"location":"Fullerton
171
+ Ca.","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/toiletbug-profile_image-1c519f48ae416d3e-600x600.jpeg","favorite_quotes":"Anything
172
+ from Callie88 and Honestguy, cooldude, whogotmylighter Jspin and Leo Laporte!\r\nsorry
173
+ if I forgot you, I still care...\r\nNow get me another beer!","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/toiletbug-profile_image-1c519f48ae416d3e-300x300.jpeg","sex":"Male","id":4095,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/toiletbug-profile_image-1c519f48ae416d3e-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/toiletbug-profile_image-1c519f48ae416d3e-70x70.jpeg","pro_account":false,"embed_code":" <object
174
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
175
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=toiletbug\"
176
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
177
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
178
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=toiletbug&start_volume=25\"
179
+ /></object>\n","name":"Matt Goodell","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/toiletbug-profile_image-1c519f48ae416d3e-50x50.jpeg","login":"toiletbug"},{"location":"Cary,
180
+ North Carolina","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Male","id":4393,"broadcaster":true,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
181
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
182
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=guyspook\"
183
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
184
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
185
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=guyspook&start_volume=25\"
186
+ /></object>\n","name":"Connor","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"guyspook"},{"location":"Chandler,
187
+ AZ","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-600x600.jpeg","favorite_quotes":null,"image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-300x300.jpeg","sex":"Male","id":4718,"broadcaster":true,"image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-150x150.jpeg","image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-70x70.jpeg","pro_account":false,"embed_code":" <object
188
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
189
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=smojo\"
190
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
191
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
192
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=smojo&start_volume=25\"
193
+ /></object>\n","name":"Steve Mosher","image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-50x50.jpeg","login":"smojo"},{"location":"Central
194
+ Calli","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Male","id":5427,"broadcaster":true,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
195
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
196
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=chriscool1993\"
197
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
198
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
199
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=chriscool1993&start_volume=25\"
200
+ /></object>\n","name":"Chris","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"chriscool1993"},{"location":"Texas","image_url_huge":"http://www-cdn.jtvnw.net/images/xarth/404_user_600x600.png","favorite_quotes":null,"image_url_large":"http://www-cdn.jtvnw.net/images/xarth/404_user_300x300.png","sex":"Female","id":6340,"broadcaster":null,"image_url_medium":"http://www-cdn.jtvnw.net/images/xarth/404_user_150x150.png","image_url_small":"http://www-cdn.jtvnw.net/images/xarth/404_user_70x70.png","pro_account":false,"embed_code":" <object
201
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
202
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=wagbell\"
203
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
204
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
205
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=wagbell&start_volume=25\"
206
+ /></object>\n","name":"Sue","image_url_tiny":"http://www-cdn.jtvnw.net/images/xarth/404_user_50x50.png","login":"wagbell"}]'
207
+ http_version:
208
+ recorded_at: Mon, 18 Feb 2013 00:51:29 GMT
209
+ recorded_with: VCR 2.4.0
@@ -0,0 +1,591 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.justin.tv/stream/list?category=gaming
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ User-Agent:
13
+ - Jtv Gem
14
+ Authorization:
15
+ - OAuth oauth_nonce="af16c3961568f11ea85350e55cb55fe5", oauth_signature="b5DL2r3KDg2H9K5gfy4QqLi6S%2FQ%3D",
16
+ oauth_signature_method="HMAC-SHA1", oauth_timestamp="1361148616", oauth_version="1.0"
17
+ Accept-Encoding:
18
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
+ response:
20
+ status:
21
+ code: 200
22
+ message: OK
23
+ headers:
24
+ Server:
25
+ - nginx
26
+ Date:
27
+ - Mon, 18 Feb 2013 00:50:17 GMT
28
+ Content-Type:
29
+ - application/json
30
+ Transfer-Encoding:
31
+ - chunked
32
+ Connection:
33
+ - close
34
+ Status:
35
+ - 200 OK
36
+ Via:
37
+ - Twice 0.2 twice6:3352
38
+ X-Runtime:
39
+ - '0.563319'
40
+ X-Geo:
41
+ - US
42
+ X-Request-Id:
43
+ - 0f9839bb37c5fbeecf5c3c8394c6213e
44
+ Etag:
45
+ - '"9455ad921043a701a33acee488611839"'
46
+ X-Ua-Compatible:
47
+ - IE=Edge,chrome=1
48
+ Cache-Control:
49
+ - must-revalidate, private, max-age=0
50
+ X-Rack-Cache:
51
+ - miss
52
+ Front-End-Https:
53
+ - 'off'
54
+ body:
55
+ encoding: UTF-8
56
+ string: '[{"stream_count":10432,"name":"live_user_tsm_theoddone","embed_count":2180,"channel_count":25020,"format":"live","category":"gaming","title":"TSM
57
+ Snapdragon TheOddOne jungle power hour managing the platinum janitors from
58
+ my office in the Diamond club ","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_tsm_theoddone-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_theoddone-profile_image-a74433a8f8ced577-600x600.jpeg","status":"TSM
59
+ Snapdragon TheOddOne jungle power hour managing the platinum janitors from
60
+ my office in the Diamond club ","views_count":"69350520","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_tsm_theoddone-70x53.jpg","channel_url":"http://www.justin.tv/tsm_theoddone","title":"tsm_theoddone","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_tsm_theoddone-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_theoddone-profile_image-a74433a8f8ced577-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_theoddone-profile_image-a74433a8f8ced577-150x150.jpeg","producer":true,"id":30080840,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_theoddone-profile_image-a74433a8f8ced577-70x70.jpeg","subcategory_title":null,"embed_code":" <object
61
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
62
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=tsm_theoddone\"
63
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
64
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
65
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=tsm_theoddone&start_volume=25\"
66
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_theoddone-profile_image-a74433a8f8ced577-50x50.jpeg","language":"en","login":"tsm_theoddone","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_tsm_theoddone-630x473.jpg","mature":null},"abuse_reported":false,"site_count":8252,"featured":true,"video_bitrate":2082.1484375,"language":"en","video_height":720,"broadcaster":"delay","meta_game":"League
67
+ of Legends","id":"4890825440","channel_view_count":69120729,"geo":"US","video_width":1280,"up_time":"Sun
68
+ Feb 17 11:43:39 2013","audio_codec":"uncompressed","broadcast_part":11,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":4134,"name":"live_user_eg_idra","embed_count":1330,"channel_count":9099,"format":"live","category":"gaming","title":"sc2
69
+ hots ladder practice with commentary","channel":{"timezone":"US/Mountain","tags":"eg
70
+ esports gaming idra sc2 starcraft starcraft2","screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_eg_idra-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/eg_idra-profile_image-e1f654cdb428e102-600x600.jpeg","status":"sc2
71
+ hots ladder practice with commentary","views_count":"18978468","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_eg_idra-70x53.jpg","channel_url":"http://www.justin.tv/eg_idra","title":"EG
72
+ IdrA","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_eg_idra-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/eg_idra-profile_image-e1f654cdb428e102-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/eg_idra-profile_image-e1f654cdb428e102-150x150.jpeg","producer":true,"id":15769195,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/eg_idra-profile_image-e1f654cdb428e102-70x70.jpeg","subcategory_title":null,"embed_code":" <object
73
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
74
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=eg_idra\"
75
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
76
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
77
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=eg_idra&start_volume=25\"
78
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/eg_idra-profile_image-e1f654cdb428e102-50x50.jpeg","language":"en","login":"eg_idra","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_eg_idra-630x473.jpg","mature":null},"abuse_reported":false,"site_count":2804,"featured":true,"video_bitrate":1081.9375,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"StarCraft
79
+ II: Heart of the Swarm","id":"4891325440","channel_view_count":18919383,"geo":"US","video_width":1280,"up_time":"Sun
80
+ Feb 17 12:48:41 2013","audio_codec":"uncompressed","broadcast_part":9,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":5126,"name":"live_user_esl_lol_brasil","embed_count":118,"channel_count":8568,"format":"live","category":"gaming","title":"Go4LOL
81
+ #16 - Na transmiss\u00e3o @GruntarTV e @TobocoTV- Tabela: http://bit.ly/UuWP2I","channel":{"timezone":"America/Sao_Paulo","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_esl_lol_brasil-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/esl_lol_brasil-profile_image-b4f5ee3a40c1736a-600x600.png","status":"Go4LOL
82
+ #16 - Na transmiss\u00e3o @GruntarTV e @TobocoTV- Tabela: http://bit.ly/UuWP2I","views_count":"6959503","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_esl_lol_brasil-70x53.jpg","channel_url":"http://www.justin.tv/esl_lol_brasil","title":"esl_lol_brasil","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_esl_lol_brasil-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/esl_lol_brasil-profile_image-b4f5ee3a40c1736a-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/esl_lol_brasil-profile_image-b4f5ee3a40c1736a-150x150.png","producer":true,"id":36791492,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/esl_lol_brasil-profile_image-b4f5ee3a40c1736a-70x70.png","subcategory_title":null,"embed_code":" <object
83
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
84
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=esl_lol_brasil\"
85
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
86
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
87
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=esl_lol_brasil&start_volume=25\"
88
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/esl_lol_brasil-profile_image-b4f5ee3a40c1736a-50x50.png","language":"de","login":"esl_lol_brasil","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_esl_lol_brasil-630x473.jpg","mature":null},"abuse_reported":false,"site_count":5008,"featured":true,"video_bitrate":353.0234375,"language":"de","video_height":720,"broadcaster":"fme","meta_game":"League
89
+ of Legends","id":"4889347680","channel_view_count":6869262,"geo":"BR","video_width":1280,"up_time":"Sun
90
+ Feb 17 08:31:44 2013","audio_codec":"uncompressed","broadcast_part":17,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":2927,"name":"live_user_wingsofdeath","embed_count":523,"channel_count":8175,"format":"live","category":"gaming","title":"Wingsofdeath
91
+ - Duo Q with bischu","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_wingsofdeath-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/wingsofdeath-profile_image-4e3d5c1051d7561a-600x600.jpeg","status":"Wingsofdeath
92
+ - Duo Q with bischu","views_count":"22354332","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_wingsofdeath-70x53.jpg","channel_url":"http://www.justin.tv/wingsofdeath","title":"wingsofdeath","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_wingsofdeath-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/wingsofdeath-profile_image-4e3d5c1051d7561a-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/wingsofdeath-profile_image-4e3d5c1051d7561a-150x150.jpeg","producer":true,"id":30171560,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/wingsofdeath-profile_image-4e3d5c1051d7561a-70x70.jpeg","subcategory_title":null,"embed_code":" <object
93
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
94
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=wingsofdeath\"
95
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
96
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
97
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=wingsofdeath&start_volume=25\"
98
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/wingsofdeath-profile_image-4e3d5c1051d7561a-50x50.jpeg","language":"en","login":"wingsofdeath","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_wingsofdeath-630x473.jpg","mature":null},"abuse_reported":false,"site_count":2404,"featured":true,"video_bitrate":560.7109375,"language":"en","video_height":1080,"broadcaster":"unknown_rtmp","meta_game":"League
99
+ of Legends","id":"4890377440","channel_view_count":22181437,"geo":"US","video_width":1920,"up_time":"Sun
100
+ Feb 17 10:45:01 2013","audio_codec":"uncompressed","broadcast_part":13,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":3044,"name":"live_user_crs_saintvicious","embed_count":522,"channel_count":7348,"format":"live","category":"gaming","title":"Crs
101
+ Saintvicious Streamin Solo Que","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_crs_saintvicious-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/crs_saintvicious-profile_image-b52f8e50b134cbf7-600x600.jpeg","status":"Crs
102
+ Saintvicious Streamin Solo Que","views_count":"10564017","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_crs_saintvicious-70x53.jpg","channel_url":"http://www.justin.tv/crs_saintvicious","title":"crs_saintvicious","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_crs_saintvicious-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/crs_saintvicious-profile_image-b52f8e50b134cbf7-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/crs_saintvicious-profile_image-b52f8e50b134cbf7-150x150.jpeg","producer":true,"id":30661033,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/crs_saintvicious-profile_image-b52f8e50b134cbf7-70x70.jpeg","subcategory_title":null,"embed_code":" <object
103
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
104
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=crs_saintvicious\"
105
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
106
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
107
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=crs_saintvicious&start_volume=25\"
108
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/crs_saintvicious-profile_image-b52f8e50b134cbf7-50x50.jpeg","language":"en","login":"crs_saintvicious","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_crs_saintvicious-630x473.jpg","mature":null},"abuse_reported":false,"site_count":2522,"featured":true,"video_bitrate":1584.2578125,"language":"en","video_height":1080,"broadcaster":"delay","meta_game":"League
109
+ of Legends","id":"4891489088","channel_view_count":10513355,"geo":"US","video_width":1920,"up_time":"Sun
110
+ Feb 17 13:09:49 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":2763,"name":"live_user_tsm_chaox","embed_count":669,"channel_count":6677,"format":"live","category":"gaming","title":"TSM
111
+ Snapdragon Chaox - DRAWIN and Vayne","channel":{"timezone":"America/New_York","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_tsm_chaox-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_chaox-profile_image-8906f4755956f9df-600x600.jpeg","status":"TSM
112
+ Snapdragon Chaox - DRAWIN and Vayne","views_count":"26830978","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_tsm_chaox-70x53.jpg","channel_url":"http://www.justin.tv/tsm_chaox","title":"tsm_chaosx","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_tsm_chaox-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_chaox-profile_image-8906f4755956f9df-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_chaox-profile_image-8906f4755956f9df-150x150.jpeg","producer":true,"id":30080685,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_chaox-profile_image-8906f4755956f9df-70x70.jpeg","subcategory_title":null,"embed_code":" <object
113
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
114
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=tsm_chaox\"
115
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
116
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
117
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=tsm_chaox&start_volume=25\"
118
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_chaox-profile_image-8906f4755956f9df-50x50.jpeg","language":"en","login":"tsm_chaox","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_tsm_chaox-630x473.jpg","mature":null},"abuse_reported":false,"site_count":2094,"featured":true,"video_bitrate":1844.40625,"language":"en","video_height":720,"broadcaster":"delay","meta_game":"League
119
+ of Legends","id":"4891340688","channel_view_count":26768866,"geo":"US","video_width":1280,"up_time":"Sun
120
+ Feb 17 12:50:48 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":2718,"name":"live_user_tsm_dyrus","embed_count":738,"channel_count":6301,"format":"live","category":"gaming","title":"TSM
121
+ Snapdragon Dyrus - on eu west","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_tsm_dyrus-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_dyrus-profile_image-ab70232466695102-600x600.png","status":"TSM
122
+ Snapdragon Dyrus - on eu west","views_count":"52797072","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_tsm_dyrus-70x53.jpg","channel_url":"http://www.justin.tv/tsm_dyrus","title":"tsm_dyrus","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_tsm_dyrus-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_dyrus-profile_image-ab70232466695102-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_dyrus-profile_image-ab70232466695102-150x150.png","producer":true,"id":30080751,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_dyrus-profile_image-ab70232466695102-70x70.png","subcategory_title":null,"embed_code":" <object
123
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
124
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=tsm_dyrus\"
125
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
126
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
127
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=tsm_dyrus&start_volume=25\"
128
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_dyrus-profile_image-ab70232466695102-50x50.png","language":"en","login":"tsm_dyrus","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_tsm_dyrus-630x473.jpg","mature":null},"abuse_reported":false,"site_count":1980,"featured":true,"video_bitrate":1687.2109375,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"League
129
+ of Legends","id":"4892576528","channel_view_count":52770348,"geo":"US","video_width":1920,"up_time":"Sun
130
+ Feb 17 15:41:59 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":2429,"name":"live_user_sivhd","embed_count":236,"channel_count":6258,"format":"live","category":"gaming","title":"Siv","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_sivhd-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/sivhd-profile_image-ef8bcc4387da7a57-600x600.jpeg","status":"Siv","views_count":"3192877","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_sivhd-70x53.jpg","channel_url":"http://www.justin.tv/sivhd","title":"sivhd","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_sivhd-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/sivhd-profile_image-ef8bcc4387da7a57-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/sivhd-profile_image-ef8bcc4387da7a57-150x150.jpeg","producer":true,"id":27686136,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/sivhd-profile_image-ef8bcc4387da7a57-70x70.jpeg","subcategory_title":null,"embed_code":" <object
131
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
132
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=sivhd\"
133
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
134
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
135
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=sivhd&start_volume=25\"
136
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/sivhd-profile_image-ef8bcc4387da7a57-50x50.jpeg","language":"en","login":"sivhd","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_sivhd-630x473.jpg","mature":null},"abuse_reported":false,"site_count":2193,"featured":true,"video_bitrate":1092.4375,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"League
137
+ of Legends","id":"4890918384","channel_view_count":3068590,"geo":"NL","video_width":1280,"up_time":"Sun
138
+ Feb 17 11:55:23 2013","audio_codec":"uncompressed","broadcast_part":10,"stream_type":"live","embed_enabled":false,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":2830,"name":"live_user_towelliee","embed_count":39,"channel_count":5302,"format":"live","category":"gaming","title":"Playing
139
+ : My Little Pony TF2 Edition | Subscriber Sunday! | Where the SUBS choose
140
+ what games I play! | ","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_towelliee-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/towelliee-profile_image-8d71de4ac77c3077-600x600.png","status":"Playing
141
+ : My Little Pony TF2 Edition | Subscriber Sunday! | Where the SUBS choose
142
+ what games I play! | ","views_count":"30240116","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_towelliee-70x53.jpg","channel_url":"http://www.justin.tv/towelliee","title":"Towelliee
143
+ HD Gaming","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_towelliee-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/towelliee-profile_image-8d71de4ac77c3077-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/towelliee-profile_image-8d71de4ac77c3077-150x150.png","producer":true,"id":20694610,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/towelliee-profile_image-8d71de4ac77c3077-70x70.png","subcategory_title":null,"embed_code":" <object
144
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
145
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=towelliee\"
146
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
147
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
148
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=towelliee&start_volume=25\"
149
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/towelliee-profile_image-8d71de4ac77c3077-50x50.png","language":"en","login":"towelliee","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_towelliee-630x473.jpg","mature":true},"abuse_reported":false,"site_count":2791,"featured":true,"video_bitrate":147.90625,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"World
150
+ of Warcraft: Mists of Pandaria","id":"4891623520","channel_view_count":30204327,"geo":"US","video_width":1920,"up_time":"Sun
151
+ Feb 17 13:27:39 2013","audio_codec":"aac","broadcast_part":7,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":3433,"name":"live_user_sodapoppin","embed_count":83,"channel_count":4704,"format":"live","category":"gaming","subcategory":"other_gaming","title":"<SODAPOPPIN>
152
+ Slept 15 Hours, How the F***...","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_sodapoppin-320x240.jpg","subcategory":"other_gaming","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/sodapoppin-profile_image-3ea8ebf623c1031c-600x600.jpeg","status":"<SODAPOPPIN>
153
+ Slept 15 Hours, How the F***...","views_count":"8760996","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_sodapoppin-70x53.jpg","channel_url":"http://www.justin.tv/sodapoppin","title":"sodapoppin","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_sodapoppin-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/sodapoppin-profile_image-3ea8ebf623c1031c-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/sodapoppin-profile_image-3ea8ebf623c1031c-150x150.jpeg","producer":true,"id":26301881,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/sodapoppin-profile_image-3ea8ebf623c1031c-70x70.jpeg","subcategory_title":"Other
154
+ Gaming","embed_code":" <object type=\"application/x-shockwave-flash\" height=\"295\"
155
+ width=\"353\" id=\"live_embed_player_flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=sodapoppin\"
156
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
157
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
158
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=sodapoppin&start_volume=25\"
159
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/sodapoppin-profile_image-3ea8ebf623c1031c-50x50.jpeg","language":"en","login":"sodapoppin","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_sodapoppin-630x473.jpg","mature":null},"abuse_reported":false,"site_count":3350,"featured":true,"video_bitrate":2596.6875,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"World
160
+ of Warcraft: Mists of Pandaria","id":"4890087248","channel_view_count":8732014,"geo":"US","video_width":1920,"up_time":"Sun
161
+ Feb 17 10:07:28 2013","audio_codec":"uncompressed","broadcast_part":14,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":1631,"name":"live_user_scglive","embed_count":409,"channel_count":4007,"format":"live","category":"gaming","title":"SCGLive
162
+ coverage of the StarCityGames.com Open Series: Cincinnati!","channel":{"timezone":"US/Eastern","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_scglive-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/scglive-profile_image-cb37b7e8e06f1882-600x600.jpeg","status":"SCGLive
163
+ coverage of the StarCityGames.com Open Series: Cincinnati!","views_count":"16896743","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_scglive-70x53.jpg","channel_url":"http://www.justin.tv/scglive","title":"SCGLive","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_scglive-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/scglive-profile_image-cb37b7e8e06f1882-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/scglive-profile_image-cb37b7e8e06f1882-150x150.jpeg","producer":true,"id":22480377,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/scglive-profile_image-cb37b7e8e06f1882-70x70.jpeg","subcategory_title":null,"embed_code":" <object
164
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
165
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=scglive\"
166
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
167
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
168
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=scglive&start_volume=25\"
169
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/scglive-profile_image-cb37b7e8e06f1882-50x50.jpeg","language":"en","login":"scglive","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_scglive-630x473.jpg","mature":null},"abuse_reported":false,"site_count":1222,"featured":true,"video_bitrate":1076.8671875,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Magic:
170
+ The Gathering","id":"4890056208","channel_view_count":16857719,"geo":"US","video_width":1280,"up_time":"Sun
171
+ Feb 17 10:03:37 2013","audio_codec":"uncompressed","broadcast_part":14,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":1715,"name":"live_user_nyjacky","embed_count":263,"channel_count":3933,"format":"live","category":"gaming","title":"Nyjacky
172
+ - Duo with Shitvicious..<3","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_nyjacky-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/nyjacky-profile_image-cac71751569030b8-600x600.jpeg","status":"Nyjacky
173
+ - Duo with Shitvicious..<3","views_count":"5040347","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_nyjacky-70x53.jpg","channel_url":"http://www.justin.tv/nyjacky","title":"Crs
174
+ Nyjacky","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_nyjacky-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/nyjacky-profile_image-cac71751569030b8-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/nyjacky-profile_image-cac71751569030b8-150x150.jpeg","producer":true,"id":25077819,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/nyjacky-profile_image-cac71751569030b8-70x70.jpeg","subcategory_title":null,"embed_code":" <object
175
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
176
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=nyjacky\"
177
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
178
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
179
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=nyjacky&start_volume=25\"
180
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/nyjacky-profile_image-cac71751569030b8-50x50.jpeg","language":"en","login":"nyjacky","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_nyjacky-630x473.jpg","mature":false},"abuse_reported":false,"site_count":1452,"featured":true,"video_bitrate":2072.765625,"language":"en","video_height":1080,"broadcaster":"delay","meta_game":"League
181
+ of Legends","id":"4891515904","channel_view_count":5015209,"geo":"US","video_width":1920,"up_time":"Sun
182
+ Feb 17 13:13:19 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":1304,"name":"live_user_nadeshot","embed_count":116,"channel_count":3580,"format":"live","category":"gaming","title":"\u1d34\u1d30$1
183
+ Million Tournament Grind with OpTic Gaming!","channel":{"timezone":"America/Chicago","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_nadeshot-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/nadeshot-profile_image-a329e2eef68600e3-600x600.jpeg","status":"\u1d34\u1d30$1
184
+ Million Tournament Grind with OpTic Gaming!","views_count":"4825493","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_nadeshot-70x53.jpg","channel_url":"http://www.justin.tv/nadeshot","title":"Nadeshot
185
+ - Pro Gamer","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_nadeshot-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/nadeshot-profile_image-a329e2eef68600e3-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/nadeshot-profile_image-a329e2eef68600e3-150x150.jpeg","producer":true,"id":21130533,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/nadeshot-profile_image-a329e2eef68600e3-70x70.jpeg","subcategory_title":null,"embed_code":" <object
186
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
187
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=nadeshot\"
188
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
189
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
190
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=nadeshot&start_volume=25\"
191
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/nadeshot-profile_image-a329e2eef68600e3-50x50.jpeg","language":"en","login":"nadeshot","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_nadeshot-630x473.jpg","mature":true},"abuse_reported":false,"site_count":1188,"featured":true,"video_bitrate":1875.296875,"language":"en","video_height":720,"broadcaster":"delay","meta_game":"Call
192
+ of Duty: Black Ops II","id":"4892704736","channel_view_count":4815749,"geo":"US","video_width":1280,"up_time":"Sun
193
+ Feb 17 16:00:29 2013","audio_codec":"uncompressed","broadcast_part":2,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":35,"name":"live_user_tsmtournaments","embed_count":9,"channel_count":2941,"format":"live","category":"gaming","title":"SoloMid
194
+ IPL6 Qualifier Day 4 - http://www.solomid.net/brackets","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_tsmtournaments-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsmtournaments-profile_image-3ab2be77b6af4641-600x600.jpeg","status":"SoloMid
195
+ IPL6 Qualifier Day 4 - http://www.solomid.net/brackets","views_count":"43110279","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_tsmtournaments-70x53.jpg","channel_url":"http://www.justin.tv/tsmtournaments","title":"tsmtournaments","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_tsmtournaments-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsmtournaments-profile_image-3ab2be77b6af4641-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsmtournaments-profile_image-3ab2be77b6af4641-150x150.jpeg","producer":true,"id":30367681,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsmtournaments-profile_image-3ab2be77b6af4641-70x70.jpeg","subcategory_title":null,"embed_code":" <object
196
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
197
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=tsmtournaments\"
198
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
199
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
200
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=tsmtournaments&start_volume=25\"
201
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsmtournaments-profile_image-3ab2be77b6af4641-50x50.jpeg","language":"en","login":"tsmtournaments","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_tsmtournaments-630x473.jpg","mature":false},"abuse_reported":false,"site_count":26,"featured":true,"video_bitrate":362.921875,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"League
202
+ of Legends","id":"4891142928","channel_view_count":42954993,"geo":"CA","video_width":1280,"up_time":"Sun
203
+ Feb 17 12:24:18 2013","audio_codec":"aac","broadcast_part":9,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":1467,"name":"live_user_dotademon","embed_count":420,"channel_count":2914,"format":"live","category":"gaming","title":"Evil
204
+ Genius DeMoN - 720p low priority matchmaking :( !","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_dotademon-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/dotademon-profile_image-1aab3465a0c64cdb-600x600.jpeg","status":"Evil
205
+ Genius DeMoN - 720p low priority matchmaking :( !","views_count":"9264994","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_dotademon-70x53.jpg","channel_url":"http://www.justin.tv/dotademon","title":"DotADeMoN","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_dotademon-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/dotademon-profile_image-1aab3465a0c64cdb-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/dotademon-profile_image-1aab3465a0c64cdb-150x150.jpeg","producer":true,"id":25013582,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/dotademon-profile_image-1aab3465a0c64cdb-70x70.jpeg","subcategory_title":null,"embed_code":" <object
206
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
207
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=dotademon\"
208
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
209
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
210
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=dotademon&start_volume=25\"
211
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/dotademon-profile_image-1aab3465a0c64cdb-50x50.jpeg","language":"en","login":"dotademon","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_dotademon-630x473.jpg","mature":null},"abuse_reported":false,"site_count":1047,"featured":true,"video_bitrate":2553.59375,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Dota
212
+ 2","id":"4892012592","channel_view_count":9244191,"geo":"US","video_width":1280,"up_time":"Sun
213
+ Feb 17 14:21:33 2013","audio_codec":"uncompressed","broadcast_part":5,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":1712,"name":"live_user_nugiyen","embed_count":22,"channel_count":2495,"format":"live","category":"gaming","title":"nugiyen
214
+ - lvl 88 HC Rengar - first 318 fuses no luck D-:","channel":{"timezone":"Europe/Copenhagen","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_nugiyen-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/nugiyen-profile_image-be84337098898f92-600x600.jpeg","status":"nugiyen
215
+ - lvl 88 HC Rengar - first 318 fuses no luck D-:","views_count":"2699351","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_nugiyen-70x53.jpg","channel_url":"http://www.justin.tv/nugiyen","title":"nugiyen","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_nugiyen-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/nugiyen-profile_image-be84337098898f92-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/nugiyen-profile_image-be84337098898f92-150x150.jpeg","producer":true,"id":30967548,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/nugiyen-profile_image-be84337098898f92-70x70.jpeg","subcategory_title":null,"embed_code":" <object
216
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
217
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=nugiyen\"
218
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
219
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
220
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=nugiyen&start_volume=25\"
221
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/nugiyen-profile_image-be84337098898f92-50x50.jpeg","language":"da","login":"nugiyen","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_nugiyen-630x473.jpg","mature":false},"abuse_reported":false,"site_count":1690,"featured":true,"video_bitrate":562.1640625,"language":"da","video_height":720,"broadcaster":"fme","meta_game":"Path
222
+ of Exile","id":"4888147536","channel_view_count":2650551,"geo":"DK","video_width":1280,"up_time":"Sun
223
+ Feb 17 05:41:47 2013","audio_codec":"aac","broadcast_part":23,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":532,"name":"live_user_kaostv","embed_count":14,"channel_count":2487,"format":"live","category":"gaming","title":"ReflexGT
224
+ Winter 2013 - Xbox 360, Black ops 2 stream - #ReflexGT","channel":{"timezone":"Europe/Amsterdam","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_kaostv-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/kaostv-profile_image-f7e665cccd4be94c-600x600.jpeg","status":"ReflexGT
225
+ Winter 2013 - Xbox 360, Black ops 2 stream - #ReflexGT","views_count":"9784733","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_kaostv-70x53.jpg","channel_url":"http://www.justin.tv/kaostv","title":"KaosTV
226
+ Making streams come true","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_kaostv-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/kaostv-profile_image-f7e665cccd4be94c-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/kaostv-profile_image-f7e665cccd4be94c-150x150.jpeg","producer":true,"id":297189,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/kaostv-profile_image-f7e665cccd4be94c-70x70.jpeg","subcategory_title":null,"embed_code":" <object
227
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
228
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=kaostv\"
229
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
230
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
231
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=kaostv&start_volume=25\"
232
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/kaostv-profile_image-f7e665cccd4be94c-50x50.jpeg","language":"en","login":"kaostv","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_kaostv-630x473.jpg","mature":null},"abuse_reported":false,"site_count":518,"featured":true,"video_bitrate":2848.9375,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Call
233
+ of Duty: Black Ops II","id":"4890889344","channel_view_count":9758006,"geo":"NL","video_width":1280,"up_time":"Sun
234
+ Feb 17 11:51:38 2013","audio_codec":"aac","broadcast_part":10,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":824,"name":"live_user_polt","embed_count":357,"channel_count":2360,"format":"live","category":"gaming","title":"Polt
235
+ STREAMING!!","channel":{"timezone":"Asia/Seoul","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_polt-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/polt-profile_image-be5655c2837d13a3-600x600.jpeg","status":"Polt
236
+ STREAMING!!","views_count":"3491653","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_polt-70x53.jpg","channel_url":"http://www.justin.tv/polt","title":"TSLPolt''s
237
+ Starcraft2","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_polt-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/polt-profile_image-be5655c2837d13a3-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/polt-profile_image-be5655c2837d13a3-150x150.jpeg","producer":true,"id":25676513,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/polt-profile_image-be5655c2837d13a3-70x70.jpeg","subcategory_title":null,"embed_code":" <object
238
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
239
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=polt\" bgcolor=\"#000000\"><param
240
+ name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\"
241
+ value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
242
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=polt&start_volume=25\"
243
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/polt-profile_image-be5655c2837d13a3-50x50.jpeg","language":"ko","login":"polt","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_polt-630x473.jpg","mature":null},"abuse_reported":false,"site_count":467,"featured":true,"video_bitrate":3491.578125,"language":"ko","video_height":1080,"broadcaster":"unknown_rtmp","meta_game":"StarCraft
244
+ II: Heart of the Swarm","id":"4892732912","channel_view_count":3486837,"geo":"US","video_width":1920,"up_time":"Sun
245
+ Feb 17 16:04:26 2013","audio_codec":"uncompressed","broadcast_part":2,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":922,"name":"live_user_merlinidota","embed_count":253,"channel_count":2105,"format":"live","category":"gaming","title":"Merlini
246
+ - Dota 2 1200p, Matchmaking!","channel":{"timezone":"US/Central","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_merlinidota-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/merlinidota-profile_image-7eaa302c517ab2a1-600x600.jpeg","status":"Merlini
247
+ - Dota 2 1200p, Matchmaking!","views_count":"5321065","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_merlinidota-70x53.jpg","channel_url":"http://www.justin.tv/merlinidota","title":"MerliniDota","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_merlinidota-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/merlinidota-profile_image-7eaa302c517ab2a1-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/merlinidota-profile_image-7eaa302c517ab2a1-150x150.jpeg","producer":true,"id":25015411,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/merlinidota-profile_image-7eaa302c517ab2a1-70x70.jpeg","subcategory_title":null,"embed_code":" <object
248
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
249
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=merlinidota\"
250
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
251
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
252
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=merlinidota&start_volume=25\"
253
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/merlinidota-profile_image-7eaa302c517ab2a1-50x50.jpeg","language":"en","login":"merlinidota","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_merlinidota-630x473.jpg","mature":false},"abuse_reported":false,"site_count":669,"featured":true,"video_bitrate":3552.2109375,"language":"en","video_height":1200,"broadcaster":"unknown_rtmp","meta_game":"Dota
254
+ 2","id":"4892599968","channel_view_count":5315780,"geo":"US","video_width":1920,"up_time":"Sun
255
+ Feb 17 15:45:22 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":1007,"name":"live_user_draskyll","embed_count":248,"channel_count":2090,"format":"live","category":"gaming","title":"DotA
256
+ 2!! (playing MM for a bit then inhouses!)","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_draskyll-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/draskyll-profile_image-f9ffb038e1aa92e2-600x600.jpeg","status":"DotA
257
+ 2!! (playing MM for a bit then inhouses!)","views_count":"4778924","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_draskyll-70x53.jpg","channel_url":"http://www.justin.tv/draskyll","title":"draskyll","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_draskyll-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/draskyll-profile_image-f9ffb038e1aa92e2-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/draskyll-profile_image-f9ffb038e1aa92e2-150x150.jpeg","producer":true,"id":20514290,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/draskyll-profile_image-f9ffb038e1aa92e2-70x70.jpeg","subcategory_title":null,"embed_code":" <object
258
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
259
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=draskyll\"
260
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
261
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
262
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=draskyll&start_volume=25\"
263
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/draskyll-profile_image-f9ffb038e1aa92e2-50x50.jpeg","language":"en","login":"draskyll","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_draskyll-630x473.jpg","mature":null},"abuse_reported":false,"site_count":759,"featured":true,"video_bitrate":2591.84375,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"Dota
264
+ 2","id":"4892170048","channel_view_count":4768945,"geo":"SE","video_width":1920,"up_time":"Sun
265
+ Feb 17 14:43:59 2013","audio_codec":"uncompressed","broadcast_part":5,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":1393,"name":"live_user_cdewx","embed_count":75,"channel_count":1829,"format":"live","category":"gaming","title":"Cdew
266
+ ~ Last day of work complete! 3v3 with Sodapopping and Chromix","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_cdewx-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/cdewx-profile_image-d48e0fa25da77211-600x600.jpeg","status":"Cdew
267
+ ~ Last day of work complete! 3v3 with Sodapopping and Chromix","views_count":"2425461","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_cdewx-70x53.jpg","channel_url":"http://www.justin.tv/cdewx","title":"cdewx","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_cdewx-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/cdewx-profile_image-d48e0fa25da77211-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/cdewx-profile_image-d48e0fa25da77211-150x150.jpeg","producer":true,"id":24666044,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/cdewx-profile_image-d48e0fa25da77211-70x70.jpeg","subcategory_title":null,"embed_code":" <object
268
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
269
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=cdewx\"
270
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
271
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
272
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=cdewx&start_volume=25\"
273
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/cdewx-profile_image-d48e0fa25da77211-50x50.jpeg","language":"en","login":"cdewx","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_cdewx-630x473.jpg","mature":null},"abuse_reported":false,"site_count":1318,"featured":true,"video_bitrate":3322.0703125,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"World
274
+ of Warcraft: Mists of Pandaria","id":"4892539120","channel_view_count":2417291,"geo":"US","video_width":1280,"up_time":"Sun
275
+ Feb 17 15:36:30 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":813,"name":"live_user_lanceypooh","embed_count":12,"channel_count":1778,"format":"live","category":"gaming","title":"FTB
276
+ Hardcore Mindcrack! with the crew!!! (Died in other FTB hardcore world!>>.<<))","channel":{"timezone":"America/Chicago","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_lanceypooh-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanceypooh-profile_image-4ab75eccbca99550-600x600.png","status":"FTB
277
+ Hardcore Mindcrack! with the crew!!! (Died in other FTB hardcore world!>>.<<))","views_count":"854837","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_lanceypooh-70x53.jpg","channel_url":"http://www.justin.tv/lanceypooh","title":"lanceypooh","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_lanceypooh-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanceypooh-profile_image-4ab75eccbca99550-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanceypooh-profile_image-4ab75eccbca99550-150x150.png","producer":true,"id":26442799,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanceypooh-profile_image-4ab75eccbca99550-70x70.png","subcategory_title":null,"embed_code":" <object
278
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
279
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=lanceypooh\"
280
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
281
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
282
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=lanceypooh&start_volume=25\"
283
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanceypooh-profile_image-4ab75eccbca99550-50x50.png","language":"en","login":"lanceypooh","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_lanceypooh-630x473.jpg","mature":false},"abuse_reported":false,"site_count":801,"featured":true,"video_bitrate":1397.421875,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Minecraft","id":"4889631328","channel_view_count":828983,"geo":"US","video_width":1280,"up_time":"Sun
284
+ Feb 17 09:08:49 2013","audio_codec":"uncompressed","broadcast_part":16,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":737,"name":"live_user_5upamayne","embed_count":135,"channel_count":1579,"format":"live","category":"gaming","subcategory":"playstation","title":"Pokemon
285
+ Gold speed run attempts now with pictures!","channel":{"timezone":"US/Eastern","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_5upamayne-320x240.jpg","subcategory":"playstation","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/5upamayne-profile_image-8e4b08ab788ae316-600x600.jpeg","status":"Pokemon
286
+ Gold speed run attempts now with pictures!","views_count":"463979","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_5upamayne-70x53.jpg","channel_url":"http://www.justin.tv/5upamayne","title":"5upamayne","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_5upamayne-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/5upamayne-profile_image-8e4b08ab788ae316-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/5upamayne-profile_image-8e4b08ab788ae316-150x150.jpeg","producer":true,"id":10514679,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/5upamayne-profile_image-8e4b08ab788ae316-70x70.jpeg","subcategory_title":"Playstation","embed_code":" <object
287
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
288
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=5upamayne\"
289
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
290
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
291
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=5upamayne&start_volume=25\"
292
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/5upamayne-profile_image-8e4b08ab788ae316-50x50.jpeg","language":"en","login":"5upamayne","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_5upamayne-630x473.jpg","mature":null},"abuse_reported":false,"site_count":602,"featured":true,"video_bitrate":89.40625,"language":"en","video_height":360,"broadcaster":"fme","meta_game":"Pok\u00e9mon
293
+ Gold/Silver","id":"4890324432","channel_view_count":453713,"geo":"CA","video_width":640,"up_time":"Sun
294
+ Feb 17 10:38:14 2013","audio_codec":"uncompressed","broadcast_part":13,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":1520,"name":"live_user_angrytestie","embed_count":86,"channel_count":1534,"format":"live","category":"gaming","subcategory":"playstation","title":"\u2022*\u00a8`*\u2022.\u00b8\u00b8.\u00b8.\u2022*\u00a8`*\u2022.\u00b8 download
295
+ done ! (\u10e6\u02d8\u2323\u02d8\u10e6) ~~~\u00b8.\u00b8.\u2022*\u00a8`*\u2022.\u00b8\u00b8.\u00b8.\u2022*\u00a8`*\u2022.
296
+ ","channel":{"timezone":"Canada/Eastern","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_angrytestie-320x240.jpg","subcategory":"playstation","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/angrytestie-profile_image-6f158054a3203287-600x600.jpeg","status":"\u2022*\u00a8`*\u2022.\u00b8\u00b8.\u00b8.\u2022*\u00a8`*\u2022.\u00b8 download
297
+ done ! (\u10e6\u02d8\u2323\u02d8\u10e6) ~~~\u00b8.\u00b8.\u2022*\u00a8`*\u2022.\u00b8\u00b8.\u00b8.\u2022*\u00a8`*\u2022.
298
+ ","views_count":"28363918","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_angrytestie-70x53.jpg","channel_url":"http://www.justin.tv/angrytestie","title":"AngryTestie","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_angrytestie-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/angrytestie-profile_image-6f158054a3203287-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/angrytestie-profile_image-6f158054a3203287-150x150.jpeg","producer":true,"id":20687760,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/angrytestie-profile_image-6f158054a3203287-70x70.jpeg","subcategory_title":"Playstation","embed_code":" <object
299
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
300
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=angrytestie\"
301
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
302
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
303
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=angrytestie&start_volume=25\"
304
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/angrytestie-profile_image-6f158054a3203287-50x50.jpeg","language":"en","login":"angrytestie","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_angrytestie-630x473.jpg","mature":null},"abuse_reported":false,"site_count":1434,"featured":true,"video_bitrate":952.1640625,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"Heroes
305
+ of Newerth","id":"4891240816","channel_view_count":28350834,"geo":"CA","video_width":1920,"up_time":"Sun
306
+ Feb 17 12:37:27 2013","audio_codec":"uncompressed","broadcast_part":9,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":446,"name":"live_user_starladder1","embed_count":196,"channel_count":1477,"format":"live","category":"gaming","title":"Rebroadcast
307
+ - #SLTV Day 3 - \u0417\u0430\u043f\u0438\u0441\u044c \u043c\u0430\u0442\u0447\u0435\u0439
308
+ 3-\u0435\u0433\u043e \u0434\u043d\u044f \u0421\u0442\u0430\u0440\u0441\u0435\u0440\u0438\u0438","channel":{"timezone":"Europe/Kiev","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_starladder1-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-4c9ce58020c26df1-600x600.jpeg","status":"Rebroadcast
309
+ - #SLTV Day 3 - \u0417\u0430\u043f\u0438\u0441\u044c \u043c\u0430\u0442\u0447\u0435\u0439
310
+ 3-\u0435\u0433\u043e \u0434\u043d\u044f \u0421\u0442\u0430\u0440\u0441\u0435\u0440\u0438\u0438","views_count":"20353420","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_starladder1-70x53.jpg","channel_url":"http://www.justin.tv/starladder1","title":"starladder1","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_starladder1-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-4c9ce58020c26df1-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-4c9ce58020c26df1-150x150.jpeg","producer":true,"id":28633177,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-4c9ce58020c26df1-70x70.jpeg","subcategory_title":null,"embed_code":" <object
311
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
312
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=starladder1\"
313
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
314
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
315
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=starladder1&start_volume=25\"
316
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/starladder1-profile_image-4c9ce58020c26df1-50x50.jpeg","language":"en","login":"starladder1","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_starladder1-630x473.jpg","mature":null},"abuse_reported":false,"site_count":250,"featured":true,"video_bitrate":302.7421875,"language":"en","video_height":1080,"broadcaster":"delay","meta_game":"Dota
317
+ 2","id":"4891429984","channel_view_count":20306553,"geo":"UA","video_width":1920,"up_time":"Sun
318
+ Feb 17 13:02:20 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":608,"name":"live_user_sp00nerism","embed_count":9,"channel_count":1465,"format":"live","category":"gaming","subcategory":"xbox","title":"Sp00nerism
319
+ plays Random stuff","channel":{"timezone":"America/Phoenix","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_sp00nerism-320x240.jpg","subcategory":"xbox","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/sp00nerism-profile_image-0082bf4a0e04fd8b-600x600.png","status":"Sp00nerism
320
+ plays Random stuff","views_count":"853823","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_sp00nerism-70x53.jpg","channel_url":"http://www.justin.tv/sp00nerism","title":"sp00nerism''s
321
+ channel","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_sp00nerism-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/sp00nerism-profile_image-0082bf4a0e04fd8b-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/sp00nerism-profile_image-0082bf4a0e04fd8b-150x150.png","producer":true,"id":1839975,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/sp00nerism-profile_image-0082bf4a0e04fd8b-70x70.png","subcategory_title":"Xbox","embed_code":" <object
322
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
323
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=sp00nerism\"
324
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
325
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
326
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=sp00nerism&start_volume=25\"
327
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/sp00nerism-profile_image-0082bf4a0e04fd8b-50x50.png","language":"en","login":"sp00nerism","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_sp00nerism-630x473.jpg","mature":true},"abuse_reported":false,"site_count":599,"featured":true,"video_bitrate":747.0546875,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Turok:
328
+ Dinosaur Hunter","id":"4892713072","channel_view_count":847964,"geo":"US","video_width":1280,"up_time":"Sun
329
+ Feb 17 16:01:36 2013","audio_codec":"uncompressed","broadcast_part":2,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":756,"name":"live_user_srkfunkdoc","embed_count":140,"channel_count":1340,"format":"live","category":"gaming","title":"WORLD
330
+ RECORD attempts on NES Batman! I must beat dxtr''s 10:30!","channel":{"timezone":"US/Eastern","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_srkfunkdoc-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/srkfunkdoc-profile_image-744a6c1addec3f33-600x600.png","status":"WORLD
331
+ RECORD attempts on NES Batman! I must beat dxtr''s 10:30!","views_count":"820305","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_srkfunkdoc-70x53.jpg","channel_url":"http://www.justin.tv/srkfunkdoc","title":"Josh
332
+ the Funkdoc''s Live Speedruns","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_srkfunkdoc-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/srkfunkdoc-profile_image-744a6c1addec3f33-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/srkfunkdoc-profile_image-744a6c1addec3f33-150x150.png","producer":true,"id":8457690,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/srkfunkdoc-profile_image-744a6c1addec3f33-70x70.png","subcategory_title":null,"embed_code":" <object
333
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
334
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=srkfunkdoc\"
335
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
336
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
337
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=srkfunkdoc&start_volume=25\"
338
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/srkfunkdoc-profile_image-744a6c1addec3f33-50x50.png","language":"en","login":"srkfunkdoc","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_srkfunkdoc-630x473.jpg","mature":null},"abuse_reported":false,"site_count":616,"featured":true,"video_bitrate":910.421875,"language":"en","video_height":360,"broadcaster":"unknown_rtmp","meta_game":"Batman:
339
+ The Video Game","id":"4891543728","channel_view_count":806430,"geo":"US","video_width":640,"up_time":"Sun
340
+ Feb 17 13:16:54 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":560,"name":"live_user_lanfest","embed_count":15,"channel_count":1303,"format":"live","category":"gaming","title":"Halo
341
+ 4 Live with Walshy and u4ix! An eSports event / BYOC LAN party for charity!","channel":{"timezone":"US/Michigan","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_lanfest-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanfest-profile_image-6650e10c47c06167-600x600.png","status":"Halo
342
+ 4 Live with Walshy and u4ix! An eSports event / BYOC LAN party for charity!","views_count":"322828","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_lanfest-70x53.jpg","channel_url":"http://www.justin.tv/lanfest","title":"lanfest","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_lanfest-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanfest-profile_image-6650e10c47c06167-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanfest-profile_image-6650e10c47c06167-150x150.png","producer":true,"id":38271931,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanfest-profile_image-6650e10c47c06167-70x70.png","subcategory_title":null,"embed_code":" <object
343
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
344
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=lanfest\"
345
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
346
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
347
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=lanfest&start_volume=25\"
348
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/lanfest-profile_image-6650e10c47c06167-50x50.png","language":"en","login":"lanfest","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_lanfest-630x473.jpg","mature":false},"abuse_reported":false,"site_count":545,"featured":true,"video_bitrate":4448.8515625,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"Halo
349
+ 4","id":"4889710320","channel_view_count":277189,"geo":"US","video_width":1280,"up_time":"Sun
350
+ Feb 17 09:19:11 2013","audio_codec":"uncompressed","broadcast_part":18,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":596,"name":"live_user_dansgaming","embed_count":12,"channel_count":1293,"format":"live","category":"gaming","title":"Dansgaming:
351
+ Subscriber Weekend - Type !topic in chat for link to Schedule ","channel":{"timezone":"US/Eastern","tags":"3
352
+ crysis dan deadspace effect fallout fps gaming gold hill horror mass movie
353
+ movies newer oblivion of older silent stream survival tutorial warcraft world","screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_dansgaming-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/dansgaming-profile_image-24d9c58612f68f6d-600x600.jpeg","status":"Dansgaming:
354
+ Subscriber Weekend - Type !topic in chat for link to Schedule ","views_count":"11914568","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_dansgaming-70x53.jpg","channel_url":"http://www.justin.tv/dansgaming","title":"Dan''s
355
+ Gaming Stream","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_dansgaming-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/dansgaming-profile_image-24d9c58612f68f6d-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/dansgaming-profile_image-24d9c58612f68f6d-150x150.jpeg","producer":true,"id":7236692,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/dansgaming-profile_image-24d9c58612f68f6d-70x70.jpeg","subcategory_title":null,"embed_code":" <object
356
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
357
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=dansgaming\"
358
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
359
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
360
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=dansgaming&start_volume=25\"
361
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/dansgaming-profile_image-24d9c58612f68f6d-50x50.jpeg","language":"en","login":"dansgaming","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_dansgaming-630x473.jpg","mature":null},"abuse_reported":false,"site_count":584,"featured":true,"video_bitrate":870.9296875,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Dance
362
+ On Broadway","id":"4891828976","channel_view_count":11905848,"geo":"US","video_width":1280,"up_time":"Sun
363
+ Feb 17 13:55:48 2013","audio_codec":"uncompressed","broadcast_part":6,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":285,"name":"live_user_rockalone","embed_count":6,"channel_count":1123,"format":"live","category":"gaming","title":"17-02-2013
364
+ | 21.00 WarZ | 23.00 LOL |","channel":{"timezone":"Europe/Warsaw","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_rockalone-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/rockalone-profile_image-77b358f95a8df0be-600x600.jpeg","status":"17-02-2013
365
+ | 21.00 WarZ | 23.00 LOL |","views_count":"11508953","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_rockalone-70x53.jpg","channel_url":"http://www.justin.tv/rockalone","title":"rockalone","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_rockalone-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/rockalone-profile_image-77b358f95a8df0be-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/rockalone-profile_image-77b358f95a8df0be-150x150.jpeg","producer":true,"id":29151663,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/rockalone-profile_image-77b358f95a8df0be-70x70.jpeg","subcategory_title":null,"embed_code":" <object
366
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
367
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=rockalone\"
368
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
369
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
370
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=rockalone&start_volume=25\"
371
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/rockalone-profile_image-77b358f95a8df0be-50x50.jpeg","language":"pl","login":"rockalone","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_rockalone-630x473.jpg","mature":false},"abuse_reported":false,"site_count":279,"featured":true,"video_bitrate":3529.859375,"language":"pl","video_height":1080,"broadcaster":"fme","meta_game":"League
372
+ of Legends","id":"4892465072","channel_view_count":11505816,"geo":"PL","video_width":1920,"up_time":"Sun
373
+ Feb 17 15:26:00 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":592,"name":"live_user_thesundaysequencebreak","embed_count":117,"channel_count":1095,"format":"live","category":"gaming","subcategory":"playstation","title":"Episode
374
+ 48 - 17th February - Records Week with Samura1man, MetaSigma, TJP & RingRush!","channel":{"timezone":"Europe/London","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_thesundaysequencebreak-320x240.jpg","subcategory":"playstation","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/thesundaysequencebreak-profile_image-e0ac807df2059318-600x600.png","status":"Episode
375
+ 48 - 17th February - Records Week with Samura1man, MetaSigma, TJP & RingRush!","views_count":"355286","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_thesundaysequencebreak-70x53.jpg","channel_url":"http://www.justin.tv/thesundaysequencebreak","title":"thesundaysequencebreak","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_thesundaysequencebreak-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/thesundaysequencebreak-profile_image-e0ac807df2059318-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/thesundaysequencebreak-profile_image-e0ac807df2059318-150x150.png","producer":true,"id":28342643,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/thesundaysequencebreak-profile_image-e0ac807df2059318-70x70.png","subcategory_title":"Playstation","embed_code":" <object
376
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
377
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=thesundaysequencebreak\"
378
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
379
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
380
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=thesundaysequencebreak&start_volume=25\"
381
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/thesundaysequencebreak-profile_image-e0ac807df2059318-50x50.png","language":"en","login":"thesundaysequencebreak","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_thesundaysequencebreak-630x473.jpg","mature":null},"abuse_reported":false,"site_count":475,"featured":true,"video_bitrate":235.0,"language":"en","video_height":432,"broadcaster":"fme","meta_game":"Bookworm
382
+ Adventures","id":"4892623280","channel_view_count":352129,"geo":"GB","video_width":768,"up_time":"Sun
383
+ Feb 17 15:48:37 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":false,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":25,"name":"live_user_ignproleague","embed_count":11,"channel_count":978,"format":"live","category":"gaming","title":"IPL
384
+ StarCraft 2 Rebroadcast","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_ignproleague-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/ignproleague-profile_image-77f61dd81a86d673-600x600.png","status":"IPL
385
+ StarCraft 2 Rebroadcast","views_count":"97259053","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_ignproleague-70x53.jpg","channel_url":"http://www.justin.tv/ignproleague","title":"IGN
386
+ Pro League","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_ignproleague-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/ignproleague-profile_image-77f61dd81a86d673-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/ignproleague-profile_image-77f61dd81a86d673-150x150.png","producer":true,"id":21142708,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/ignproleague-profile_image-77f61dd81a86d673-70x70.png","subcategory_title":null,"embed_code":" <object
387
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
388
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=ignproleague\"
389
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
390
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
391
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=ignproleague&start_volume=25\"
392
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/ignproleague-profile_image-77f61dd81a86d673-50x50.png","language":"en","login":"ignproleague","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_ignproleague-630x473.jpg","mature":null},"abuse_reported":false,"site_count":14,"featured":true,"video_bitrate":2983.3046875,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"StarCraft
393
+ II: Wings of Liberty","id":"4889678496","channel_view_count":97248103,"geo":"US","video_width":1280,"up_time":"Sun
394
+ Feb 17 09:15:07 2013","audio_codec":"uncompressed","broadcast_part":16,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":259,"name":"live_user_esea","embed_count":25,"channel_count":898,"format":"live","category":"gaming","subcategory":"shooters","title":"[AHGL
395
+ on ESEA] The Nerdery vs Ernst & Young","channel":{"timezone":"US/Central","tags":"counterstrike
396
+ fps gaming lan shooters teamfortress2","screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_esea-320x240.jpg","subcategory":"shooters","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/esea-profile_image-a65c55954217ed02-600x600.png","status":"[AHGL
397
+ on ESEA] The Nerdery vs Ernst & Young","views_count":"7557219","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_esea-70x53.jpg","channel_url":"http://www.justin.tv/esea","title":"ESEA","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_esea-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/esea-profile_image-a65c55954217ed02-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/esea-profile_image-a65c55954217ed02-150x150.png","producer":true,"id":8911047,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/esea-profile_image-a65c55954217ed02-70x70.png","subcategory_title":"Shooters","embed_code":" <object
398
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
399
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=esea\" bgcolor=\"#000000\"><param
400
+ name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\"
401
+ value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
402
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=esea&start_volume=25\"
403
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/esea-profile_image-a65c55954217ed02-50x50.png","language":"en","login":"esea","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_esea-630x473.jpg","mature":null},"abuse_reported":false,"site_count":234,"featured":true,"video_bitrate":1643.9453125,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"League
404
+ of Legends","id":"4891515664","channel_view_count":7506358,"geo":"US","video_width":1280,"up_time":"Sun
405
+ Feb 17 13:13:17 2013","audio_codec":"aac","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":312,"name":"live_user_pr_balrog","embed_count":35,"channel_count":868,"format":"live","category":"gaming","title":"EG
406
+ @pr_balrog (Long?) - SSF4\n","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_pr_balrog-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/pr_balrog-profile_image-7748541df9c70a5b-600x600.jpeg","status":"EG
407
+ @pr_balrog (Long?) - SSF4\n","views_count":"479954","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_pr_balrog-70x53.jpg","channel_url":"http://www.justin.tv/pr_balrog","title":"PR
408
+ Rog''s Channel","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_pr_balrog-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/pr_balrog-profile_image-7748541df9c70a5b-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/pr_balrog-profile_image-7748541df9c70a5b-150x150.jpeg","producer":true,"id":12892962,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/pr_balrog-profile_image-7748541df9c70a5b-70x70.jpeg","subcategory_title":null,"embed_code":" <object
409
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
410
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=pr_balrog\"
411
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
412
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
413
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=pr_balrog&start_volume=25\"
414
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/pr_balrog-profile_image-7748541df9c70a5b-50x50.jpeg","language":"en","login":"pr_balrog","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_pr_balrog-630x473.jpg","mature":true},"abuse_reported":false,"site_count":277,"featured":true,"video_bitrate":1624.9765625,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"Super
415
+ Street Fighter IV","id":"4892358112","channel_view_count":476506,"geo":"US","video_width":1280,"up_time":"Sun
416
+ Feb 17 15:10:34 2013","audio_codec":"uncompressed","broadcast_part":4,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":395,"name":"live_user_tsm_reginald","embed_count":125,"channel_count":867,"format":"live","category":"gaming","title":"TSM
417
+ Snapdragon Reginald Solo Queue","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_tsm_reginald-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_reginald-profile_image-21d7a6ec84c3bd31-600x600.jpeg","status":"TSM
418
+ Snapdragon Reginald Solo Queue","views_count":"9316769","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_tsm_reginald-70x53.jpg","channel_url":"http://www.justin.tv/tsm_reginald","title":"tsm_reginald","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_tsm_reginald-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_reginald-profile_image-21d7a6ec84c3bd31-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_reginald-profile_image-21d7a6ec84c3bd31-150x150.jpeg","producer":true,"id":30080721,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_reginald-profile_image-21d7a6ec84c3bd31-70x70.jpeg","subcategory_title":null,"embed_code":" <object
419
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
420
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=tsm_reginald\"
421
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
422
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
423
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=tsm_reginald&start_volume=25\"
424
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/tsm_reginald-profile_image-21d7a6ec84c3bd31-50x50.jpeg","language":"en","login":"tsm_reginald","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_tsm_reginald-630x473.jpg","mature":null},"abuse_reported":false,"site_count":270,"featured":true,"video_bitrate":1217.4296875,"language":"en","video_height":720,"broadcaster":"delay","meta_game":"League
425
+ of Legends","id":"4892581568","channel_view_count":9313006,"geo":"US","video_width":1280,"up_time":"Sun
426
+ Feb 17 15:42:46 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":578,"name":"live_user_bischulol","embed_count":108,"channel_count":797,"format":"live","category":"gaming","title":"Bischu/\ube44\uc288
427
+ CHALLENGER BISCHU. Duoin with Wings","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_bischulol-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/bischulol-profile_image-59df0b89d975ccf5-600x600.jpeg","status":"Bischu/\ube44\uc288
428
+ CHALLENGER BISCHU. Duoin with Wings","views_count":"2771153","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_bischulol-70x53.jpg","channel_url":"http://www.justin.tv/bischulol","title":"bischulol","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_bischulol-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/bischulol-profile_image-59df0b89d975ccf5-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/bischulol-profile_image-59df0b89d975ccf5-150x150.jpeg","producer":true,"id":35671232,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/bischulol-profile_image-59df0b89d975ccf5-70x70.jpeg","subcategory_title":null,"embed_code":" <object
429
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
430
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=bischulol\"
431
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
432
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
433
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=bischulol&start_volume=25\"
434
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/bischulol-profile_image-59df0b89d975ccf5-50x50.jpeg","language":"en","login":"bischulol","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_bischulol-630x473.jpg","mature":null},"abuse_reported":false,"site_count":470,"featured":true,"video_bitrate":143.3125,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"League
435
+ of Legends","id":"4892094880","channel_view_count":2761367,"geo":"CA","video_width":1280,"up_time":"Sun
436
+ Feb 17 14:33:16 2013","audio_codec":"uncompressed","broadcast_part":5,"stream_type":"live","embed_enabled":false,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":347,"name":"live_user_dandinh","embed_count":110,"channel_count":778,"format":"live","category":"gaming","title":"Dan
437
+ Dinh","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_dandinh-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/dandinh-profile_image-fc1d845642faae97-600x600.jpeg","status":"Dan
438
+ Dinh","views_count":"14035163","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_dandinh-70x53.jpg","channel_url":"http://www.justin.tv/dandinh","title":"dandinh","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_dandinh-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/dandinh-profile_image-fc1d845642faae97-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/dandinh-profile_image-fc1d845642faae97-150x150.jpeg","producer":true,"id":30080660,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/dandinh-profile_image-fc1d845642faae97-70x70.jpeg","subcategory_title":null,"embed_code":" <object
439
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
440
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=dandinh\"
441
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
442
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
443
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=dandinh&start_volume=25\"
444
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/dandinh-profile_image-fc1d845642faae97-50x50.jpeg","language":"en","login":"dandinh","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_dandinh-630x473.jpg","mature":null},"abuse_reported":false,"site_count":237,"featured":true,"video_bitrate":909.0078125,"language":"en","video_height":720,"broadcaster":"delay","meta_game":"League
445
+ of Legends","id":"4891771632","channel_view_count":14030840,"geo":"US","video_width":1280,"up_time":"Sun
446
+ Feb 17 13:47:57 2013","audio_codec":"uncompressed","broadcast_part":7,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":443,"name":"live_user_incontroltv","embed_count":305,"channel_count":763,"format":"live","category":"gaming","title":"EGiNcontroL[RC]:
447
+ Playing go to channel 9000 on Raidcall to participate in chat! Q''s will be
448
+ A''d from there.","channel":{"timezone":"US/Arizona","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_incontroltv-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/incontroltv-profile_image-aeeb2e10d2ed4ed8-600x600.jpeg","status":"EGiNcontroL[RC]:
449
+ Playing go to channel 9000 on Raidcall to participate in chat! Q''s will be
450
+ A''d from there.","views_count":"11229520","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_incontroltv-70x53.jpg","channel_url":"http://www.justin.tv/incontroltv","title":"incontroltv","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_incontroltv-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/incontroltv-profile_image-aeeb2e10d2ed4ed8-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/incontroltv-profile_image-aeeb2e10d2ed4ed8-150x150.jpeg","producer":true,"id":20248706,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/incontroltv-profile_image-aeeb2e10d2ed4ed8-70x70.jpeg","subcategory_title":null,"embed_code":" <object
451
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
452
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=incontroltv\"
453
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
454
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
455
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=incontroltv&start_volume=25\"
456
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/incontroltv-profile_image-aeeb2e10d2ed4ed8-50x50.jpeg","language":"en","login":"incontroltv","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_incontroltv-630x473.jpg","mature":null},"abuse_reported":false,"site_count":138,"featured":true,"video_bitrate":3208.640625,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"StarCraft
457
+ II: Wings of Liberty","id":"4892745072","channel_view_count":11228110,"geo":"US","video_width":1280,"up_time":"Sun
458
+ Feb 17 16:06:07 2013","audio_codec":"uncompressed","broadcast_part":2,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":180,"name":"live_user_lagtvmaximusblack","embed_count":35,"channel_count":728,"format":"live","category":"gaming","title":"QuanticBlack
459
+ & The FellowShip Of The Bouses Laddering It Up","channel":{"timezone":"Canada/Atlantic","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_lagtvmaximusblack-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/lagtvmaximusblack-profile_image-4b77a2305f5d85c8-600x600.png","status":"QuanticBlack
460
+ & The FellowShip Of The Bouses Laddering It Up","views_count":"10249390","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_lagtvmaximusblack-70x53.jpg","channel_url":"http://www.justin.tv/lagtvmaximusblack","title":"Welcome
461
+ to the BOUSE","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_lagtvmaximusblack-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/lagtvmaximusblack-profile_image-4b77a2305f5d85c8-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/lagtvmaximusblack-profile_image-4b77a2305f5d85c8-150x150.png","producer":true,"id":23945610,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/lagtvmaximusblack-profile_image-4b77a2305f5d85c8-70x70.png","subcategory_title":null,"embed_code":" <object
462
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
463
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=lagtvmaximusblack\"
464
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
465
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
466
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=lagtvmaximusblack&start_volume=25\"
467
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/lagtvmaximusblack-profile_image-4b77a2305f5d85c8-50x50.png","language":"en","login":"lagtvmaximusblack","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_lagtvmaximusblack-630x473.jpg","mature":true},"abuse_reported":false,"site_count":145,"featured":true,"video_bitrate":734.3828125,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"League
468
+ of Legends","id":"4890172896","channel_view_count":10240466,"geo":"CA","video_width":1920,"up_time":"Sun
469
+ Feb 17 10:18:36 2013","audio_codec":"uncompressed","broadcast_part":14,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":317,"name":"live_user_iamsp00n","embed_count":7,"channel_count":710,"format":"live","category":"gaming","title":"Live
470
+ Stream Sunday w/ IAmSp00n! Playing Minecraft on HermitCraft''s Private Feed
471
+ the Beast Server!","channel":{"timezone":"America/Chicago","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_iamsp00n-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/iamsp00n-profile_image-fa91101f96494570-600x600.png","status":"Live
472
+ Stream Sunday w/ IAmSp00n! Playing Minecraft on HermitCraft''s Private Feed
473
+ the Beast Server!","views_count":"1022557","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_iamsp00n-70x53.jpg","channel_url":"http://www.justin.tv/iamsp00n","title":"iamsp00n","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_iamsp00n-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/iamsp00n-profile_image-fa91101f96494570-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/iamsp00n-profile_image-fa91101f96494570-150x150.png","producer":true,"id":16312051,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/iamsp00n-profile_image-fa91101f96494570-70x70.png","subcategory_title":null,"embed_code":" <object
474
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
475
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=iamsp00n\"
476
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
477
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
478
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=iamsp00n&start_volume=25\"
479
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/iamsp00n-profile_image-fa91101f96494570-50x50.png","language":"en","login":"iamsp00n","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_iamsp00n-630x473.jpg","mature":true},"abuse_reported":false,"site_count":310,"featured":true,"video_bitrate":1549.1015625,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"Minecraft","id":"4891952416","channel_view_count":1018509,"geo":"US","video_width":1280,"up_time":"Sun
480
+ Feb 17 14:12:50 2013","audio_codec":"uncompressed","broadcast_part":6,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":506,"name":"live_user_rzn732","embed_count":42,"channel_count":708,"format":"live","category":"gaming","subcategory":"mmo","title":"RMP
481
+ on PTR w/ JAH and PORKZ - follow me on FB: www.facebook.com/Rzn732 ","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_rzn732-320x240.jpg","subcategory":"mmo","category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/rzn732-profile_image-56586ae62549697b-600x600.jpeg","status":"RMP
482
+ on PTR w/ JAH and PORKZ - follow me on FB: www.facebook.com/Rzn732 ","views_count":"3214378","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_rzn732-70x53.jpg","channel_url":"http://www.justin.tv/rzn732","title":"Rzn","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_rzn732-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/rzn732-profile_image-56586ae62549697b-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/rzn732-profile_image-56586ae62549697b-150x150.jpeg","producer":true,"id":21317303,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/rzn732-profile_image-56586ae62549697b-70x70.jpeg","subcategory_title":"MMO","embed_code":" <object
483
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
484
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=rzn732\"
485
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
486
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
487
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=rzn732&start_volume=25\"
488
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/rzn732-profile_image-56586ae62549697b-50x50.jpeg","language":"en","login":"rzn732","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_rzn732-630x473.jpg","mature":null},"abuse_reported":false,"site_count":464,"featured":true,"video_bitrate":3586.1640625,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"World
489
+ of Warcraft: Mists of Pandaria","id":"4891789952","channel_view_count":3209790,"geo":"US","video_width":1280,"up_time":"Sun
490
+ Feb 17 13:50:28 2013","audio_codec":"uncompressed","broadcast_part":6,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":357,"name":"live_user_orb","embed_count":4,"channel_count":654,"format":"live","category":"gaming","title":"\u2622FeBROary
491
+ Day 18 with Orb Day - Streaming every single day of February 720p 60fps","channel":{"timezone":"Europe/Stockholm","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_orb-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/orb-profile_image-444aa7a314a20148-600x600.jpeg","status":"\u2622FeBROary
492
+ Day 18 with Orb Day - Streaming every single day of February 720p 60fps","views_count":"8306210","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_orb-70x53.jpg","channel_url":"http://www.justin.tv/orb","title":"IncredibleOrb","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_orb-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/orb-profile_image-444aa7a314a20148-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/orb-profile_image-444aa7a314a20148-150x150.jpeg","producer":true,"id":20519306,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/orb-profile_image-444aa7a314a20148-70x70.jpeg","subcategory_title":null,"embed_code":" <object
493
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
494
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=orb\" bgcolor=\"#000000\"><param
495
+ name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\"
496
+ value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
497
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=orb&start_volume=25\"
498
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/orb-profile_image-444aa7a314a20148-50x50.jpeg","language":"en","login":"orb","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_orb-630x473.jpg","mature":null},"abuse_reported":false,"site_count":353,"featured":true,"video_bitrate":3222.6015625,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Call
499
+ of Duty: Black Ops II","id":"4892494976","channel_view_count":8302633,"geo":"SE","video_width":1280,"up_time":"Sun
500
+ Feb 17 15:30:08 2013","audio_codec":"uncompressed","broadcast_part":3,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":257,"name":"live_user_taketv","embed_count":124,"channel_count":646,"format":"live","category":"gaming","title":"Go4SC2
501
+ Cup #269","channel":{"timezone":"Europe/Berlin","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_taketv-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/taketv-profile_image-9c8116e72285d7b0-600x600.jpeg","status":"Go4SC2
502
+ Cup #269","views_count":"40538172","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_taketv-70x53.jpg","channel_url":"http://www.justin.tv/taketv","title":"taketv","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_taketv-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/taketv-profile_image-9c8116e72285d7b0-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/taketv-profile_image-9c8116e72285d7b0-150x150.jpeg","producer":true,"id":30186974,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/taketv-profile_image-9c8116e72285d7b0-70x70.jpeg","subcategory_title":null,"embed_code":" <object
503
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
504
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=taketv\"
505
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
506
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
507
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=taketv&start_volume=25\"
508
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/taketv-profile_image-9c8116e72285d7b0-50x50.jpeg","language":"en","login":"taketv","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_taketv-630x473.jpg","mature":null},"abuse_reported":false,"site_count":133,"featured":true,"video_bitrate":2543.765625,"language":"en","video_height":1080,"broadcaster":"fme","meta_game":"StarCraft
509
+ II: Wings of Liberty","id":"4892689056","channel_view_count":40537164,"geo":"DE","video_width":1920,"up_time":"Sun
510
+ Feb 17 15:58:11 2013","audio_codec":"uncompressed","broadcast_part":2,"stream_type":"live","embed_enabled":false,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":415,"name":"live_user_cobaltstreak","embed_count":11,"channel_count":644,"format":"live","category":"gaming","title":"Random
511
+ Isaacy Goodness. We do it BIG! Join for Falcor. Troll Souls later. [Day 179]
512
+ ","channel":{"timezone":"US/Central","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_cobaltstreak-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/cobaltstreak-profile_image-ecec62d975ba6425-600x600.jpeg","status":"Random
513
+ Isaacy Goodness. We do it BIG! Join for Falcor. Troll Souls later. [Day 179]
514
+ ","views_count":"1456282","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_cobaltstreak-70x53.jpg","channel_url":"http://www.justin.tv/cobaltstreak","title":"cobaltstreak","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_cobaltstreak-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/cobaltstreak-profile_image-ecec62d975ba6425-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/cobaltstreak-profile_image-ecec62d975ba6425-150x150.jpeg","producer":true,"id":31723226,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/cobaltstreak-profile_image-ecec62d975ba6425-70x70.jpeg","subcategory_title":null,"embed_code":" <object
515
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
516
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=cobaltstreak\"
517
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
518
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
519
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=cobaltstreak&start_volume=25\"
520
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/cobaltstreak-profile_image-ecec62d975ba6425-50x50.jpeg","language":"en","login":"cobaltstreak","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_cobaltstreak-630x473.jpg","mature":false},"abuse_reported":false,"site_count":404,"featured":true,"video_bitrate":772.5390625,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"The
521
+ Binding of Isaac","id":"4892683792","channel_view_count":1455113,"geo":"US","video_width":1280,"up_time":"Sun
522
+ Feb 17 15:57:28 2013","audio_codec":"aac","broadcast_part":2,"stream_type":"live","embed_enabled":true,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":222,"name":"live_user_crimsix","embed_count":11,"channel_count":596,"format":"live","category":"gaming","title":"compLexity''s
523
+ Crimsix Team League #5","channel":{"timezone":"America/Los_Angeles","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_crimsix-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/crimsix-profile_image-1cd30b381e1a57cc-600x600.jpeg","status":"compLexity''s
524
+ Crimsix Team League #5","views_count":"76945","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_crimsix-70x53.jpg","channel_url":"http://www.justin.tv/crimsix","title":"Crimsix","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_crimsix-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/crimsix-profile_image-1cd30b381e1a57cc-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/crimsix-profile_image-1cd30b381e1a57cc-150x150.jpeg","producer":true,"id":11454896,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/crimsix-profile_image-1cd30b381e1a57cc-70x70.jpeg","subcategory_title":null,"embed_code":" <object
525
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
526
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=crimsix\"
527
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
528
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
529
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=crimsix&start_volume=25\"
530
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/crimsix-profile_image-1cd30b381e1a57cc-50x50.jpeg","language":"en","login":"crimsix","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_crimsix-630x473.jpg","mature":false},"abuse_reported":false,"site_count":211,"featured":true,"video_bitrate":1697.3828125,"language":"en","video_height":720,"broadcaster":"unknown_rtmp","meta_game":"Call
531
+ of Duty: Black Ops II","id":"4891522368","channel_view_count":71396,"geo":"US","video_width":1280,"up_time":"Sun
532
+ Feb 17 13:14:07 2013","audio_codec":"uncompressed","broadcast_part":8,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":171,"name":"live_user_artemisknives","embed_count":9,"channel_count":582,"format":"live","category":"gaming","title":"[1080p-60FPS] Tough
533
+ love with Artemis. youtube.com/artemisknives","channel":{"timezone":"US/Pacific","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_artemisknives-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/artemisknives-profile_image-596aeb8bbe82f872-600x600.jpeg","status":"[1080p-60FPS] Tough
534
+ love with Artemis. youtube.com/artemisknives","views_count":"610498","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_artemisknives-70x53.jpg","channel_url":"http://www.justin.tv/artemisknives","title":"artemisknives","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_artemisknives-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/artemisknives-profile_image-596aeb8bbe82f872-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/artemisknives-profile_image-596aeb8bbe82f872-150x150.jpeg","producer":true,"id":26706352,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/artemisknives-profile_image-596aeb8bbe82f872-70x70.jpeg","subcategory_title":null,"embed_code":" <object
535
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
536
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=artemisknives\"
537
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
538
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
539
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=artemisknives&start_volume=25\"
540
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/artemisknives-profile_image-596aeb8bbe82f872-50x50.jpeg","language":"en","login":"artemisknives","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_artemisknives-630x473.jpg","mature":true},"abuse_reported":false,"site_count":162,"featured":true,"video_bitrate":1420.2734375,"language":"en","video_height":1080,"broadcaster":"unknown_rtmp","meta_game":"The
541
+ War Z","id":"4891418400","channel_view_count":604171,"geo":"US","video_width":1920,"up_time":"Sun
542
+ Feb 17 13:00:50 2013","audio_codec":"aac","broadcast_part":9,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":250,"name":"live_user_bateson87hd","embed_count":3,"channel_count":537,"format":"live","category":"gaming","title":"(HQ)
543
+ Fifa 13 Ultimate Team | The Return | #GossipGuys","channel":{"timezone":"Europe/London","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_bateson87hd-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/bateson87hd-profile_image-94111e39a2b8bcd1-600x600.png","status":"(HQ)
544
+ Fifa 13 Ultimate Team | The Return | #GossipGuys","views_count":"1055234","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_bateson87hd-70x53.jpg","channel_url":"http://www.justin.tv/bateson87hd","title":"bateson87hd","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_bateson87hd-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/bateson87hd-profile_image-94111e39a2b8bcd1-300x300.png","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/bateson87hd-profile_image-94111e39a2b8bcd1-150x150.png","producer":true,"id":28369163,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/bateson87hd-profile_image-94111e39a2b8bcd1-70x70.png","subcategory_title":null,"embed_code":" <object
545
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
546
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=bateson87hd\"
547
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
548
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
549
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=bateson87hd&start_volume=25\"
550
+ /></object>\n","embed_enabled":false,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/bateson87hd-profile_image-94111e39a2b8bcd1-50x50.png","language":"en","login":"bateson87hd","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_bateson87hd-630x473.jpg","mature":null},"abuse_reported":false,"site_count":247,"featured":true,"video_bitrate":78.90625,"language":"en","video_height":480,"broadcaster":"fme","meta_game":"FIFA
551
+ Soccer 13","id":"4891150096","channel_view_count":1049588,"geo":"GB","video_width":854,"up_time":"Sun
552
+ Feb 17 12:25:19 2013","audio_codec":"uncompressed","broadcast_part":9,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":338,"name":"live_user_ziqoftw","embed_count":35,"channel_count":511,"format":"live","category":"gaming","title":"ziQo
553
+ -Playin PTR with Braindeadly & Blazin (on priest) - slight voice crack -
554
+ PLAYING WORLD HARDEST BATMANGAME BETWEEN QUEUES","channel":{"timezone":"Etc/GMT+1","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_ziqoftw-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/ziqoftw-profile_image-70d650cad6eb506d-600x600.jpeg","status":"ziQo
555
+ -Playin PTR with Braindeadly & Blazin (on priest) - slight voice crack -
556
+ PLAYING WORLD HARDEST BATMANGAME BETWEEN QUEUES","views_count":"2507484","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_ziqoftw-70x53.jpg","channel_url":"http://www.justin.tv/ziqoftw","title":"ziQo
557
+ EU ","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_ziqoftw-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/ziqoftw-profile_image-70d650cad6eb506d-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/ziqoftw-profile_image-70d650cad6eb506d-150x150.jpeg","producer":true,"id":20567961,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/ziqoftw-profile_image-70d650cad6eb506d-70x70.jpeg","subcategory_title":null,"embed_code":" <object
558
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
559
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=ziqoftw\"
560
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
561
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
562
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=ziqoftw&start_volume=25\"
563
+ /></object>\n","embed_enabled":false,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/ziqoftw-profile_image-70d650cad6eb506d-50x50.jpeg","language":"en","login":"ziqoftw","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_ziqoftw-630x473.jpg","mature":null},"abuse_reported":false,"site_count":303,"featured":true,"video_bitrate":791.625,"language":"en","video_height":1080,"broadcaster":"unknown_rtmp","meta_game":"World
564
+ of Warcraft: Mists of Pandaria","id":"4892356496","channel_view_count":2504301,"geo":"NL","video_width":1920,"up_time":"Sun
565
+ Feb 17 15:10:22 2013","audio_codec":"uncompressed","broadcast_part":4,"stream_type":"live","embed_enabled":false,"channel_subscription":true,"video_codec":"AVC"},{"stream_count":93,"name":"live_user_destructoid","embed_count":7,"channel_count":487,"format":"live","category":"gaming","title":"Retroactive:
566
+ Super Ghouls ''N Ghosts","channel":{"timezone":"PST8PDT","tags":"3 360 bennett
567
+ chester colette dale destructoid games guti3rr3z jim nick nintendo north playstation
568
+ r3y robots sterling video wii xbox","screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_destructoid-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/destructoid-profile_image-d71e0d3fe257b140-600x600.jpeg","status":"Retroactive:
569
+ Super Ghouls ''N Ghosts","views_count":"86829585","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_destructoid-70x53.jpg","channel_url":"http://www.justin.tv/destructoid","title":"Destructoid.com
570
+ Live Shows!","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_destructoid-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/destructoid-profile_image-d71e0d3fe257b140-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/destructoid-profile_image-d71e0d3fe257b140-150x150.jpeg","producer":true,"id":5925801,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/destructoid-profile_image-d71e0d3fe257b140-70x70.jpeg","subcategory_title":null,"embed_code":" <object
571
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
572
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=destructoid\"
573
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
574
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
575
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=destructoid&start_volume=25\"
576
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/destructoid-profile_image-d71e0d3fe257b140-50x50.jpeg","language":"en","login":"destructoid","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_destructoid-630x473.jpg","mature":false},"abuse_reported":false,"site_count":86,"featured":true,"video_bitrate":1382.8125,"language":"en","video_height":720,"broadcaster":"fme","meta_game":"Super
577
+ Ghouls ''N Ghosts","id":"4892159904","channel_view_count":86816826,"geo":"US","video_width":1280,"up_time":"Sun
578
+ Feb 17 14:42:30 2013","audio_codec":"aac","broadcast_part":5,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"},{"stream_count":190,"name":"live_user_mlgsc2","embed_count":107,"channel_count":485,"format":"live","category":"gaming","title":"MLG
579
+ HoTS Winter Season Showdowns: Ret vs Feast! Bo5! REBROADCAST!","channel":{"timezone":"US/Eastern","tags":null,"screen_cap_url_large":"http://static-cdn.jtvnw.net/previews/live_user_mlgsc2-320x240.jpg","subcategory":null,"category":"gaming","image_url_huge":"http://static-cdn.jtvnw.net/jtv_user_pictures/mlgsc2-profile_image-da6d84e5f0ca2be6-600x600.jpeg","status":"MLG
580
+ HoTS Winter Season Showdowns: Ret vs Feast! Bo5! REBROADCAST!","views_count":"18543259","screen_cap_url_small":"http://static-cdn.jtvnw.net/previews/live_user_mlgsc2-70x53.jpg","channel_url":"http://www.justin.tv/mlgsc2","title":"mlgsc2","screen_cap_url_medium":"http://static-cdn.jtvnw.net/previews/live_user_mlgsc2-150x113.jpg","image_url_large":"http://static-cdn.jtvnw.net/jtv_user_pictures/mlgsc2-profile_image-da6d84e5f0ca2be6-300x300.jpeg","category_title":"Gaming","image_url_medium":"http://static-cdn.jtvnw.net/jtv_user_pictures/mlgsc2-profile_image-da6d84e5f0ca2be6-150x150.jpeg","producer":true,"id":22744684,"image_url_small":"http://static-cdn.jtvnw.net/jtv_user_pictures/mlgsc2-profile_image-da6d84e5f0ca2be6-70x70.jpeg","subcategory_title":null,"embed_code":" <object
581
+ type=\"application/x-shockwave-flash\" height=\"295\" width=\"353\" id=\"live_embed_player_flash\"
582
+ data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=mlgsc2\"
583
+ bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param
584
+ name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
585
+ /><param name=\"flashvars\" value=\"auto_play=false&channel=mlgsc2&start_volume=25\"
586
+ /></object>\n","embed_enabled":true,"image_url_tiny":"http://static-cdn.jtvnw.net/jtv_user_pictures/mlgsc2-profile_image-da6d84e5f0ca2be6-50x50.jpeg","language":"en","login":"mlgsc2","screen_cap_url_huge":"http://static-cdn.jtvnw.net/previews/live_user_mlgsc2-630x473.jpg","mature":null},"abuse_reported":false,"site_count":83,"featured":true,"video_bitrate":3180.359375,"language":"en","video_height":1080,"broadcaster":"unknown_rtmp","meta_game":"StarCraft
587
+ II: Heart of the Swarm","id":"4892908944","channel_view_count":18542658,"geo":"US","video_width":1920,"up_time":"Sun
588
+ Feb 17 16:30:09 2013","audio_codec":"uncompressed","broadcast_part":1,"stream_type":"live","embed_enabled":true,"channel_subscription":false,"video_codec":"AVC"}]'
589
+ http_version:
590
+ recorded_at: Mon, 18 Feb 2013 00:50:17 GMT
591
+ recorded_with: VCR 2.4.0