jtv 1.0.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -38
- data/lib/jtv/channel.rb +4 -11
- data/lib/jtv/client.rb +1 -1
- data/lib/jtv/stream.rb +4 -4
- data/lib/jtv/user.rb +1 -5
- data/lib/jtv/version.rb +1 -1
- data/spec/features/channel_spec.rb +8 -27
- data/spec/features/stream_spec.rb +8 -10
- data/spec/features/user_spec.rb +1 -8
- data/spec/jtv/channel_spec.rb +3 -19
- data/spec/jtv/client_spec.rb +2 -5
- data/spec/jtv/defaults_spec.rb +6 -6
- data/spec/jtv/stream_spec.rb +7 -6
- data/spec/jtv/user_spec.rb +1 -8
- data/spec/jtv_spec.rb +2 -2
- data/spec/vcr_cassettes/Jtv_Channel/_archives/returns_an_array_of_archives_for_given_channel.yml +42 -37
- data/spec/vcr_cassettes/Jtv_Channel/_channel_show/provides_information_for_a_given_channel.yml +40 -42
- data/spec/vcr_cassettes/Jtv_Channel/_fans/fetches_fans_for_a_given_channel.yml +65 -351
- data/spec/vcr_cassettes/Jtv_Stream/_featured/returns_a_list_of_streams.yml +1552 -0
- data/spec/vcr_cassettes/Jtv_Stream/_search/returns_streams_based_on_search_query.yml +66 -334
- data/spec/vcr_cassettes/Jtv_Stream/_summary/returns_a_summary_of_Justin_tv_data.yml +70 -0
- data/spec/vcr_cassettes/Jtv_User/_user_show/fetches_information_on_user.yml +37 -34
- data/spec/vcr_config.rb +0 -4
- metadata +26 -32
- data/spec/vcr_cassettes/Jtv_Channel/_chat_embed/returns_an_iframe_for_chat.yml +0 -46
- data/spec/vcr_cassettes/Jtv_Channel/_embed/returns_a_string_containing_an_embed_object.yml +0 -53
- data/spec/vcr_cassettes/Jtv_Stream/_list/returns_a_list_of_streams_for_a_category.yml +0 -1692
- data/spec/vcr_cassettes/Jtv_Stream/_summary/returns_a_summary_of_Jutstin_tv_data.yml +0 -51
- data/spec/vcr_cassettes/Jtv_User/_favorites/fetches_favorites_from_user.yml +0 -88
data/spec/vcr_cassettes/Jtv_Channel/_channel_show/provides_information_for_a_given_channel.yml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.twitch.tv/kraken/channels/apidemo.json
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -12,8 +12,9 @@ http_interactions:
|
|
12
12
|
User-Agent:
|
13
13
|
- Jtv Gem
|
14
14
|
Authorization:
|
15
|
-
- OAuth
|
16
|
-
|
15
|
+
- OAuth oauth_consumer_key="", oauth_nonce="9ca365820dd7bb95b2cde1c0d2bda3d0",
|
16
|
+
oauth_signature="QWmntXDA496EFbe%2B1HfOAVY9tb0%3D", oauth_signature_method="HMAC-SHA1",
|
17
|
+
oauth_timestamp="1424824759", oauth_token="", oauth_version="1.0"
|
17
18
|
Accept-Encoding:
|
18
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
19
20
|
response:
|
@@ -24,49 +25,46 @@ http_interactions:
|
|
24
25
|
Server:
|
25
26
|
- nginx
|
26
27
|
Date:
|
27
|
-
-
|
28
|
+
- Wed, 25 Feb 2015 00:39:19 GMT
|
28
29
|
Content-Type:
|
29
|
-
- application/json
|
30
|
-
|
31
|
-
-
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Content-Length:
|
32
|
+
- '384'
|
32
33
|
Connection:
|
33
|
-
-
|
34
|
+
- keep-alive
|
35
|
+
Status:
|
36
|
+
- 200 OK
|
37
|
+
X-Api-Version:
|
38
|
+
- '3'
|
39
|
+
X-Frame-Options:
|
40
|
+
- SAMEORIGIN
|
41
|
+
Cache-Control:
|
42
|
+
- max-age=0, private, must-revalidate
|
34
43
|
Vary:
|
35
|
-
- Accept-
|
36
|
-
|
37
|
-
-
|
44
|
+
- Accept-Encoding
|
45
|
+
X-Ua-Compatible:
|
46
|
+
- IE=Edge,chrome=1
|
47
|
+
Etag:
|
48
|
+
- '"f8a9be0533dba594e0518c25a4326ef3"'
|
49
|
+
X-Request-Id:
|
50
|
+
- a7e399a4945ea5fc03f9a4f47d7de3e2
|
51
|
+
X-Runtime:
|
52
|
+
- '0.011969'
|
53
|
+
Accept-Ranges:
|
54
|
+
- bytes
|
55
|
+
X-Varnish:
|
56
|
+
- '3493969131'
|
57
|
+
Age:
|
58
|
+
- '0'
|
59
|
+
Via:
|
60
|
+
- 1.1 varnish
|
61
|
+
X-Mh-Cache:
|
62
|
+
- appcache4; M
|
38
63
|
Front-End-Https:
|
39
|
-
- '
|
64
|
+
- 'on'
|
40
65
|
body:
|
41
66
|
encoding: UTF-8
|
42
|
-
string: '{"
|
43
|
-
"login": "apidemo", "title": "API demo (in HD)", "status": null, "tags": null,
|
44
|
-
"producer": "false", "category_title": "Animals", "subcategory_title": "Other
|
45
|
-
Animals", "language": "en", "timezone": "", "channel_url": "http://www.justin.tv/apidemo",
|
46
|
-
"mature": null, "image_url_huge": "http://www-cdn.jtvnw.net/static/images/404_user_600x600.png",
|
47
|
-
"image_url_large": "http://www-cdn.jtvnw.net/static/images/404_user_300x300.png",
|
48
|
-
"image_url_medium": "http://www-cdn.jtvnw.net/static/images/404_user_150x150.png",
|
49
|
-
"image_url_small": "http://www-cdn.jtvnw.net/static/images/404_user_70x70.png",
|
50
|
-
"image_url_tiny": "http://www-cdn.jtvnw.net/static/images/404_user_50x50.png",
|
51
|
-
"screen_cap_url_huge": "http://static-cdn.jtvnw.net/previews/live_user_apidemo-630x473.jpg",
|
52
|
-
"screen_cap_url_large": "http://static-cdn.jtvnw.net/previews/live_user_apidemo-320x240.jpg",
|
53
|
-
"screen_cap_url_medium": "http://static-cdn.jtvnw.net/previews/live_user_apidemo-150x113.jpg",
|
54
|
-
"screen_cap_url_small": "http://static-cdn.jtvnw.net/previews/live_user_apidemo-70x53.jpg",
|
55
|
-
"embed_enabled": "true", "embed_code": "<object type=\"application/x-shockwave-flash\"
|
56
|
-
data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=apidemo\"
|
57
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
58
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
59
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
60
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
61
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=apidemo&auto_play=false&start_volume=25\"
|
62
|
-
/></object><a href=\"http://www.justin.tv/apidemo#r=-rid-&s=em\" class=\"trk\"
|
63
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
64
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
65
|
-
video from apidemo on www.justin.tv</a>", "views_count": "38434", "anonymous_chatters_allowed":
|
66
|
-
"false", "about": null, "description": null, "channel_text_color": "#222222",
|
67
|
-
"channel_link_color": "#0066CC", "channel_column_color": "#FFFFFF", "channel_background_color":
|
68
|
-
"#E1E3E6", "channel_background_image_url": null, "channel_header_image_url":
|
69
|
-
null}'
|
67
|
+
string: '{"mature":null,"status":null,"broadcaster_language":null,"display_name":"Apidemo","game":null,"delay":0,"language":"en","_id":6285586,"name":"apidemo","created_at":"2009-05-14T01:07:05Z","updated_at":"2015-02-18T01:20:19Z","logo":null,"banner":null,"video_banner":null,"background":null,"profile_banner":null,"profile_banner_background_color":null,"partner":false,"url":"http://www.twitch.tv/apidemo","views":38776,"followers":28,"_links":{"self":"https://api.twitch.tv/kraken/channels/apidemo","follows":"https://api.twitch.tv/kraken/channels/apidemo/follows","commercial":"https://api.twitch.tv/kraken/channels/apidemo/commercial","stream_key":"https://api.twitch.tv/kraken/channels/apidemo/stream_key","chat":"https://api.twitch.tv/kraken/chat/apidemo","features":"https://api.twitch.tv/kraken/channels/apidemo/features","subscriptions":"https://api.twitch.tv/kraken/channels/apidemo/subscriptions","editors":"https://api.twitch.tv/kraken/channels/apidemo/editors","teams":"https://api.twitch.tv/kraken/channels/apidemo/teams","videos":"https://api.twitch.tv/kraken/channels/apidemo/videos"}}'
|
70
68
|
http_version:
|
71
|
-
recorded_at:
|
72
|
-
recorded_with: VCR 2.
|
69
|
+
recorded_at: Wed, 25 Feb 2015 00:39:19 GMT
|
70
|
+
recorded_with: VCR 2.9.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.twitch.tv/kraken/channels/officecam/follows.json?id=officecam
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -12,8 +12,9 @@ http_interactions:
|
|
12
12
|
User-Agent:
|
13
13
|
- Jtv Gem
|
14
14
|
Authorization:
|
15
|
-
- OAuth
|
16
|
-
|
15
|
+
- OAuth oauth_consumer_key="", oauth_nonce="6f94182ed55f037ad3ebcb642dc30b0b",
|
16
|
+
oauth_signature="jUH5dYH4wBvOSvJ58nR0j7cy9Gk%3D", oauth_signature_method="HMAC-SHA1",
|
17
|
+
oauth_timestamp="1424824758", oauth_token="", oauth_version="1.0"
|
17
18
|
Accept-Encoding:
|
18
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
19
20
|
response:
|
@@ -24,358 +25,71 @@ http_interactions:
|
|
24
25
|
Server:
|
25
26
|
- nginx
|
26
27
|
Date:
|
27
|
-
-
|
28
|
+
- Wed, 25 Feb 2015 00:39:18 GMT
|
28
29
|
Content-Type:
|
29
|
-
- application/json
|
30
|
-
|
31
|
-
-
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Content-Length:
|
32
|
+
- '2999'
|
32
33
|
Connection:
|
33
|
-
-
|
34
|
+
- keep-alive
|
35
|
+
Status:
|
36
|
+
- 200 OK
|
37
|
+
X-Api-Version:
|
38
|
+
- '3'
|
39
|
+
X-Frame-Options:
|
40
|
+
- SAMEORIGIN
|
41
|
+
Cache-Control:
|
42
|
+
- max-age=300, public
|
34
43
|
Vary:
|
35
|
-
- Accept-
|
36
|
-
|
37
|
-
-
|
44
|
+
- Accept-Encoding
|
45
|
+
X-Ua-Compatible:
|
46
|
+
- IE=Edge,chrome=1
|
47
|
+
Etag:
|
48
|
+
- '"894d091bc5b0116053ab6bdbe5aa689f"'
|
49
|
+
X-Request-Id:
|
50
|
+
- 689bc94b4f5522b4b844e0dab452bb91
|
51
|
+
X-Runtime:
|
52
|
+
- '0.549363'
|
53
|
+
Accept-Ranges:
|
54
|
+
- bytes
|
55
|
+
X-Varnish:
|
56
|
+
- '3493963927'
|
57
|
+
Age:
|
58
|
+
- '0'
|
59
|
+
Via:
|
60
|
+
- 1.1 varnish
|
61
|
+
X-Mh-Cache:
|
62
|
+
- appcache4; M
|
38
63
|
Front-End-Https:
|
39
|
-
- '
|
64
|
+
- 'on'
|
40
65
|
body:
|
41
66
|
encoding: UTF-8
|
42
|
-
string: '[{"
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
"
|
49
|
-
"
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
"
|
65
|
-
"
|
66
|
-
"
|
67
|
-
"
|
68
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
69
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
70
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
71
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
72
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=weedsmoker&auto_play=false&start_volume=25\"
|
73
|
-
/></object><a href=\"http://www.justin.tv/weedsmoker#r=-rid-&s=em\" class=\"trk\"
|
74
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
75
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
76
|
-
video from weedsmoker on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
77
|
-
"true", "id": 207861, "login": "djsnag", "name": "Ron Djsnag Johnson", "favorite_quotes":
|
78
|
-
null, "location": "Elgin, IL", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/djsnag-profile_image-5aa1188623e2fbe1-600x600.jpeg",
|
79
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/djsnag-profile_image-5aa1188623e2fbe1-300x300.jpeg",
|
80
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/djsnag-profile_image-5aa1188623e2fbe1-150x150.jpeg",
|
81
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/djsnag-profile_image-5aa1188623e2fbe1-70x70.jpeg",
|
82
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/djsnag-profile_image-5aa1188623e2fbe1-50x50.jpeg",
|
83
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=djsnag\"
|
84
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
85
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
86
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
87
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
88
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=djsnag&auto_play=false&start_volume=25\"
|
89
|
-
/></object><a href=\"http://www.justin.tv/djsnag#r=-rid-&s=em\" class=\"trk\"
|
90
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
91
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
92
|
-
video from djsnag on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
93
|
-
"true", "id": 353156, "login": "freshkurt", "name": "Kurt", "favorite_quotes":
|
94
|
-
"Watch Bartz on Salvia lol", "location": "too eazy lol", "sex": "Male", "image_url_huge":
|
95
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/freshkurt-profile_image-1c9a452a8d603b94-600x600.jpeg",
|
96
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/freshkurt-profile_image-1c9a452a8d603b94-300x300.jpeg",
|
97
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/freshkurt-profile_image-1c9a452a8d603b94-150x150.jpeg",
|
98
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/freshkurt-profile_image-1c9a452a8d603b94-70x70.jpeg",
|
99
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/freshkurt-profile_image-1c9a452a8d603b94-50x50.jpeg",
|
100
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=freshkurt\"
|
101
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
102
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
103
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
104
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
105
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=freshkurt&auto_play=false&start_volume=25\"
|
106
|
-
/></object><a href=\"http://www.justin.tv/freshkurt#r=-rid-&s=em\" class=\"trk\"
|
107
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
108
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
109
|
-
video from freshkurt on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
110
|
-
"true", "id": 363823, "login": "alter_ego", "name": "Yuriy", "favorite_quotes":
|
111
|
-
"kioken: \"Cats dont need lips. They dont kiss... they lick.\" ijustine: \"Nobody
|
112
|
-
takes a picture of something they want to forget.\"", "location": "Ukraine",
|
113
|
-
"sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/alter_ego-profile_image-3269677d90b88657-600x600.jpeg",
|
114
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/alter_ego-profile_image-3269677d90b88657-300x300.jpeg",
|
115
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/alter_ego-profile_image-3269677d90b88657-150x150.jpeg",
|
116
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/alter_ego-profile_image-3269677d90b88657-70x70.jpeg",
|
117
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/alter_ego-profile_image-3269677d90b88657-50x50.jpeg",
|
118
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=alter_ego\"
|
119
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
120
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
121
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
122
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
123
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=alter_ego&auto_play=false&start_volume=25\"
|
124
|
-
/></object><a href=\"http://www.justin.tv/alter_ego#r=-rid-&s=em\" class=\"trk\"
|
125
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
126
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
127
|
-
video from alter_ego on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
128
|
-
"true", "id": 419723, "login": "adrian_11uk", "name": "Adrian Bellis", "favorite_quotes":
|
129
|
-
null, "location": "", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/adrian_11uk-profile_image-eyjRgHZd2JNsj9X-600x600.jpg",
|
130
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/adrian_11uk-profile_image-eyjRgHZd2JNsj9X-300x300.jpg",
|
131
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/adrian_11uk-profile_image-eyjRgHZd2JNsj9X-150x150.jpg",
|
132
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/adrian_11uk-profile_image-eyjRgHZd2JNsj9X-70x70.jpg",
|
133
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/adrian_11uk-profile_image-eyjRgHZd2JNsj9X-50x50.jpg",
|
134
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=adrian_11uk\"
|
135
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
136
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
137
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
138
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
139
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=adrian_11uk&auto_play=false&start_volume=25\"
|
140
|
-
/></object><a href=\"http://www.justin.tv/adrian_11uk#r=-rid-&s=em\" class=\"trk\"
|
141
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
142
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
143
|
-
video from adrian_11uk on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
144
|
-
"true", "id": 471453, "login": "sonos", "name": "S0N0S", "favorite_quotes":
|
145
|
-
null, "location": "USA", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/sonos-profile_image-49b6f7a8282233fc-600x600.png",
|
146
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/sonos-profile_image-49b6f7a8282233fc-300x300.png",
|
147
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/sonos-profile_image-49b6f7a8282233fc-150x150.png",
|
148
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/sonos-profile_image-49b6f7a8282233fc-70x70.png",
|
149
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/sonos-profile_image-49b6f7a8282233fc-50x50.png",
|
150
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=sonos\"
|
151
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
152
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
153
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
154
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
155
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=sonos&auto_play=false&start_volume=25\"
|
156
|
-
/></object><a href=\"http://www.justin.tv/sonos#r=-rid-&s=em\" class=\"trk\"
|
157
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
158
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
159
|
-
video from sonos on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
160
|
-
"true", "id": 556131, "login": "visionthing", "name": "Visionthing", "favorite_quotes":
|
161
|
-
null, "location": "San Francisco", "sex": "Male", "image_url_huge": "http://www-cdn.jtvnw.net/static/images/404_user_600x600.png",
|
162
|
-
"image_url_large": "http://www-cdn.jtvnw.net/static/images/404_user_300x300.png",
|
163
|
-
"image_url_medium": "http://www-cdn.jtvnw.net/static/images/404_user_150x150.png",
|
164
|
-
"image_url_small": "http://www-cdn.jtvnw.net/static/images/404_user_70x70.png",
|
165
|
-
"image_url_tiny": "http://www-cdn.jtvnw.net/static/images/404_user_50x50.png",
|
166
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=visionthing\"
|
167
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
168
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
169
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
170
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
171
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=visionthing&auto_play=false&start_volume=25\"
|
172
|
-
/></object><a href=\"http://www.justin.tv/visionthing#r=-rid-&s=em\" class=\"trk\"
|
173
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
174
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
175
|
-
video from visionthing on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
176
|
-
"true", "id": 1127574, "login": "adamrock1", "name": "Adam", "favorite_quotes":
|
177
|
-
null, "location": "Earth", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/adamrock1-profile_image-115a40082d8ecf0f-600x600.png",
|
178
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/adamrock1-profile_image-115a40082d8ecf0f-300x300.png",
|
179
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/adamrock1-profile_image-115a40082d8ecf0f-150x150.png",
|
180
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/adamrock1-profile_image-115a40082d8ecf0f-70x70.png",
|
181
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/adamrock1-profile_image-115a40082d8ecf0f-50x50.png",
|
182
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=adamrock1\"
|
183
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
184
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
185
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
186
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
187
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=adamrock1&auto_play=false&start_volume=25\"
|
188
|
-
/></object><a href=\"http://www.justin.tv/adamrock1#r=-rid-&s=em\" class=\"trk\"
|
189
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
190
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
191
|
-
video from adamrock1 on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
192
|
-
"true", "id": 2687073, "login": "greendog29", "name": "greendog29", "favorite_quotes":
|
193
|
-
"\"oh and can you make me a birdhouse or something.\"", "location": "Iowa",
|
194
|
-
"sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/greendog29-profile_image-534a4edda635c29f-600x600.jpeg",
|
195
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/greendog29-profile_image-534a4edda635c29f-300x300.jpeg",
|
196
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/greendog29-profile_image-534a4edda635c29f-150x150.jpeg",
|
197
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/greendog29-profile_image-534a4edda635c29f-70x70.jpeg",
|
198
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/greendog29-profile_image-534a4edda635c29f-50x50.jpeg",
|
199
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=greendog29\"
|
200
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
201
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
202
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
203
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
204
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=greendog29&auto_play=false&start_volume=25\"
|
205
|
-
/></object><a href=\"http://www.justin.tv/greendog29#r=-rid-&s=em\" class=\"trk\"
|
206
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
207
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
208
|
-
video from greendog29 on www.justin.tv</a>", "pro_account": "true"}, {"broadcaster":
|
209
|
-
"true", "id": 3130130, "login": "japester", "name": "Japester", "favorite_quotes":
|
210
|
-
"\"lol\"", "location": "On a boat", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/japester-profile_image-910cb79afc0a4de6-600x600.jpeg",
|
211
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/japester-profile_image-910cb79afc0a4de6-300x300.jpeg",
|
212
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/japester-profile_image-910cb79afc0a4de6-150x150.jpeg",
|
213
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/japester-profile_image-910cb79afc0a4de6-70x70.jpeg",
|
214
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/japester-profile_image-910cb79afc0a4de6-50x50.jpeg",
|
215
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=japester\"
|
216
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
217
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
218
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
219
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
220
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=japester&auto_play=false&start_volume=25\"
|
221
|
-
/></object><a href=\"http://www.justin.tv/japester#r=-rid-&s=em\" class=\"trk\"
|
222
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
223
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
224
|
-
video from japester on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
225
|
-
"true", "id": 3489391, "login": "danielswe", "name": null, "favorite_quotes":
|
226
|
-
null, "location": null, "sex": null, "image_url_huge": "http://www-cdn.jtvnw.net/static/images/404_user_600x600.png",
|
227
|
-
"image_url_large": "http://www-cdn.jtvnw.net/static/images/404_user_300x300.png",
|
228
|
-
"image_url_medium": "http://www-cdn.jtvnw.net/static/images/404_user_150x150.png",
|
229
|
-
"image_url_small": "http://www-cdn.jtvnw.net/static/images/404_user_70x70.png",
|
230
|
-
"image_url_tiny": "http://www-cdn.jtvnw.net/static/images/404_user_50x50.png",
|
231
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=danielswe\"
|
232
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
233
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
234
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
235
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
236
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=danielswe&auto_play=false&start_volume=25\"
|
237
|
-
/></object><a href=\"http://www.justin.tv/danielswe#r=-rid-&s=em\" class=\"trk\"
|
238
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
239
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
240
|
-
video from danielswe on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
241
|
-
"true", "id": 4064356, "login": "kimly", "name": "Kimly", "favorite_quotes":
|
242
|
-
"\"The idea is to write it so that people hear it\r\nand it slides through
|
243
|
-
the brain and goes straight to the heart.\"", "location": "Portland ME United
|
244
|
-
States", "sex": "Female", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/kimly-profile_image-I4f55zgKozUaDiX-600x600.jpg",
|
245
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/kimly-profile_image-I4f55zgKozUaDiX-300x300.jpg",
|
246
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/kimly-profile_image-I4f55zgKozUaDiX-150x150.jpg",
|
247
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/kimly-profile_image-I4f55zgKozUaDiX-70x70.jpg",
|
248
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/kimly-profile_image-I4f55zgKozUaDiX-50x50.jpg",
|
249
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=kimly\"
|
250
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
251
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
252
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
253
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
254
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=kimly&auto_play=false&start_volume=25\"
|
255
|
-
/></object><a href=\"http://www.justin.tv/kimly#r=-rid-&s=em\" class=\"trk\"
|
256
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
257
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
258
|
-
video from kimly on www.justin.tv</a>", "pro_account": "true"}, {"broadcaster":
|
259
|
-
"true", "id": 4601665, "login": "xint", "name": "xint", "favorite_quotes":
|
260
|
-
null, "location": "Somewhere on the Internet", "sex": "Male", "image_url_huge":
|
261
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/xint-profile_image-e40ea47db3020681-600x600.jpeg",
|
262
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/xint-profile_image-e40ea47db3020681-300x300.jpeg",
|
263
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/xint-profile_image-e40ea47db3020681-150x150.jpeg",
|
264
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/xint-profile_image-e40ea47db3020681-70x70.jpeg",
|
265
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/xint-profile_image-e40ea47db3020681-50x50.jpeg",
|
266
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=xint\"
|
267
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
268
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
269
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
270
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
271
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=xint&auto_play=false&start_volume=25\"
|
272
|
-
/></object><a href=\"http://www.justin.tv/xint#r=-rid-&s=em\" class=\"trk\"
|
273
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
274
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
275
|
-
video from xint on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
276
|
-
"true", "id": 5141145, "login": "acrobg", "name": "Acro BG", "favorite_quotes":
|
277
|
-
"\"DON''T BE A DOUCHE TACO!\"", "location": "", "sex": "Male", "image_url_huge":
|
278
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/acrobg-profile_image-FGbZiAWphysKxqG-600x600.png",
|
279
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/acrobg-profile_image-FGbZiAWphysKxqG-300x300.png",
|
280
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/acrobg-profile_image-FGbZiAWphysKxqG-150x150.png",
|
281
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/acrobg-profile_image-FGbZiAWphysKxqG-70x70.png",
|
282
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/acrobg-profile_image-FGbZiAWphysKxqG-50x50.png",
|
283
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=acrobg\"
|
284
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
285
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
286
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
287
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
288
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=acrobg&auto_play=false&start_volume=25\"
|
289
|
-
/></object><a href=\"http://www.justin.tv/acrobg#r=-rid-&s=em\" class=\"trk\"
|
290
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
291
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
292
|
-
video from acrobg on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
293
|
-
"true", "id": 5299606, "login": "dunkstypes", "name": null, "favorite_quotes":
|
294
|
-
null, "location": "Portland ME United States", "sex": "Female", "image_url_huge":
|
295
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/dunkstypes-profile_image-0ab74276cf2d6bf7-600x600.jpeg",
|
296
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/dunkstypes-profile_image-0ab74276cf2d6bf7-300x300.jpeg",
|
297
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/dunkstypes-profile_image-0ab74276cf2d6bf7-150x150.jpeg",
|
298
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/dunkstypes-profile_image-0ab74276cf2d6bf7-70x70.jpeg",
|
299
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/dunkstypes-profile_image-0ab74276cf2d6bf7-50x50.jpeg",
|
300
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=dunkstypes\"
|
301
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
302
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
303
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
304
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
305
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=dunkstypes&auto_play=false&start_volume=25\"
|
306
|
-
/></object><a href=\"http://www.justin.tv/dunkstypes#r=-rid-&s=em\" class=\"trk\"
|
307
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
308
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
309
|
-
video from dunkstypes on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
310
|
-
"true", "id": 6415733, "login": "zuloc", "name": "Zuloc", "favorite_quotes":
|
311
|
-
null, "location": "Canada", "sex": "Male", "image_url_huge": "http://static-cdn.jtvnw.net/jtv_user_pictures/zuloc-profile_image-b6a17edb4d27d3b5-600x600.jpeg",
|
312
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/zuloc-profile_image-b6a17edb4d27d3b5-300x300.jpeg",
|
313
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/zuloc-profile_image-b6a17edb4d27d3b5-150x150.jpeg",
|
314
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/zuloc-profile_image-b6a17edb4d27d3b5-70x70.jpeg",
|
315
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/zuloc-profile_image-b6a17edb4d27d3b5-50x50.jpeg",
|
316
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=zuloc\"
|
317
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
318
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
319
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
320
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
321
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=zuloc&auto_play=false&start_volume=25\"
|
322
|
-
/></object><a href=\"http://www.justin.tv/zuloc#r=-rid-&s=em\" class=\"trk\"
|
323
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
324
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
325
|
-
video from zuloc on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
326
|
-
"true", "id": 6594982, "login": "martinmachuca", "name": null, "favorite_quotes":
|
327
|
-
null, "location": null, "sex": null, "image_url_huge": "http://www-cdn.jtvnw.net/static/images/404_user_600x600.png",
|
328
|
-
"image_url_large": "http://www-cdn.jtvnw.net/static/images/404_user_300x300.png",
|
329
|
-
"image_url_medium": "http://www-cdn.jtvnw.net/static/images/404_user_150x150.png",
|
330
|
-
"image_url_small": "http://www-cdn.jtvnw.net/static/images/404_user_70x70.png",
|
331
|
-
"image_url_tiny": "http://www-cdn.jtvnw.net/static/images/404_user_50x50.png",
|
332
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=martinmachuca\"
|
333
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
334
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
335
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
336
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
337
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=martinmachuca&auto_play=false&start_volume=25\"
|
338
|
-
/></object><a href=\"http://www.justin.tv/martinmachuca#r=-rid-&s=em\"
|
339
|
-
class=\"trk\" style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
340
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
341
|
-
video from martinmachuca on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
342
|
-
"true", "id": 6655039, "login": "radio_mac", "name": "Mac Daddy", "favorite_quotes":
|
343
|
-
"Hot Sauce, ''Ham Mercy''", "location": "", "sex": "Male", "image_url_huge":
|
344
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/radio_mac-profile_image-WO6HF8wmnQQT5Vw-600x600.png",
|
345
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/radio_mac-profile_image-WO6HF8wmnQQT5Vw-300x300.png",
|
346
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/radio_mac-profile_image-WO6HF8wmnQQT5Vw-150x150.png",
|
347
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/radio_mac-profile_image-WO6HF8wmnQQT5Vw-70x70.png",
|
348
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/radio_mac-profile_image-WO6HF8wmnQQT5Vw-50x50.png",
|
349
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=radio_mac\"
|
350
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
351
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
352
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
353
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
354
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=radio_mac&auto_play=false&start_volume=25\"
|
355
|
-
/></object><a href=\"http://www.justin.tv/radio_mac#r=-rid-&s=em\" class=\"trk\"
|
356
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
357
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
358
|
-
video from radio_mac on www.justin.tv</a>", "pro_account": "false"}, {"broadcaster":
|
359
|
-
"true", "id": 6867444, "login": "wuzhir", "name": "wuzhir", "favorite_quotes":
|
360
|
-
"\"Donna took my bed\" \u2190 Jollyrodger, \r\n\"Whatever you''re doing,
|
361
|
-
I''m sure it''s wrong\"\u2190 Unknown, \r\n\"What''s the knife for? Are we
|
362
|
-
having cake?\" \u2190 Jay", "location": "Latitude: 49.263\u00b0, Longitude:
|
363
|
-
-123.138\u00b0, Greenwich Mean Time (GMT) -8 PST", "sex": "Male", "image_url_huge":
|
364
|
-
"http://static-cdn.jtvnw.net/jtv_user_pictures/wuzhir-profile_image-449d2aeb98458115-600x600.jpeg",
|
365
|
-
"image_url_large": "http://static-cdn.jtvnw.net/jtv_user_pictures/wuzhir-profile_image-449d2aeb98458115-300x300.jpeg",
|
366
|
-
"image_url_medium": "http://static-cdn.jtvnw.net/jtv_user_pictures/wuzhir-profile_image-449d2aeb98458115-150x150.jpeg",
|
367
|
-
"image_url_small": "http://static-cdn.jtvnw.net/jtv_user_pictures/wuzhir-profile_image-449d2aeb98458115-70x70.jpeg",
|
368
|
-
"image_url_tiny": "http://static-cdn.jtvnw.net/jtv_user_pictures/wuzhir-profile_image-449d2aeb98458115-50x50.jpeg",
|
369
|
-
"embed_code": "<object type=\"application/x-shockwave-flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=wuzhir\"
|
370
|
-
id=\"live_embed_player_flash\" height=\"300\" width=\"400\" bgcolor=\"#000000\"><param
|
371
|
-
name=\"allowFullScreen\" value=\"true\"/><param name=\"allowScriptAccess\"
|
372
|
-
value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param
|
373
|
-
name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\"
|
374
|
-
/><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=wuzhir&auto_play=false&start_volume=25\"
|
375
|
-
/></object><a href=\"http://www.justin.tv/wuzhir#r=-rid-&s=em\" class=\"trk\"
|
376
|
-
style=\"padding:2px 0px 4px; display:block; width:345px; font-weight:normal;
|
377
|
-
font-size:10px; text-decoration:underline; text-align:center\">Watch live
|
378
|
-
video from wuzhir on www.justin.tv</a>", "pro_account": "false"}]'
|
67
|
+
string: '{"follows":[{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/btmtv/follows/channels/officecam"},"notifications":false,"user":{"_id":180385,"name":"btmtv","created_at":"2007-11-22T02:42:00Z","updated_at":"2011-07-09T15:27:22Z","_links":{"self":"https://api.twitch.tv/kraken/users/btmtv"},"display_name":"Btmtv","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/btmtv-profile_image-6272b7d145c6e136-300x300.jpeg","bio":"BTMTELEVISION.com
|
68
|
+
- Bill T Miller broadcasting NOISE from Headroom Studios in Boston. more info:
|
69
|
+
billtmiller.com","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/wyman22/follows/channels/officecam"},"notifications":true,"user":{"_id":176132,"name":"wyman22","created_at":"2007-11-19T01:45:00Z","updated_at":"2008-06-29T09:16:10Z","_links":{"self":"https://api.twitch.tv/kraken/users/wyman22"},"display_name":"Wyman22","logo":null,"bio":null,"type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/manx/follows/channels/officecam"},"notifications":true,"user":{"_id":8142,"name":"manx","created_at":"2007-05-22T10:39:07Z","updated_at":"2014-10-28T08:33:25Z","_links":{"self":"https://api.twitch.tv/kraken/users/manx"},"display_name":"Manx","logo":null,"bio":null,"type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/bananapeeler/follows/channels/officecam"},"notifications":false,"user":{"_id":31433,"name":"bananapeeler","created_at":"2007-06-03T04:07:15Z","updated_at":"2014-09-21T08:53:31Z","_links":{"self":"https://api.twitch.tv/kraken/users/bananapeeler"},"display_name":"Bananapeeler","logo":null,"bio":"I''m
|
70
|
+
a regular old banana peeler that enjoys chatting on Justin.TV I''m good at
|
71
|
+
computers and internet. I like people. I''m over 33.33 years of age. I
|
72
|
+
don''t like script kiddies[1]. I like Real Programmers[2]. To call the bananapeeler,
|
73
|
+
just type in \"bananapeeler\" in the chat box.\r","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/sachax/follows/channels/officecam"},"notifications":true,"user":{"_id":187010,"name":"sachax","created_at":"2007-11-28T09:52:26Z","updated_at":"2014-11-02T14:24:59Z","_links":{"self":"https://api.twitch.tv/kraken/users/sachax"},"display_name":"Sachax","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/sachax-profile_image-6W0B9lZKJsTp1qq-300x300.JPG","bio":"Life
|
74
|
+
is moments... these are some... of mines :-)","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/zingwatdotcom/follows/channels/officecam"},"notifications":true,"user":{"_id":194744,"name":"zingwatdotcom","created_at":"2007-12-05T23:25:49Z","updated_at":"2011-09-14T06:16:54Z","_links":{"self":"https://api.twitch.tv/kraken/users/zingwatdotcom"},"display_name":"Zingwatdotcom","logo":null,"bio":"This
|
75
|
+
is nothing. I''ll be broadcasting every so often.","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/smojo/follows/channels/officecam"},"notifications":false,"user":{"_id":4718,"name":"smojo","created_at":"2007-05-22T10:38:31Z","updated_at":"2015-02-24T03:48:28Z","_links":{"self":"https://api.twitch.tv/kraken/users/smojo"},"display_name":"Smojo","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/smojo-profile_image-45bed655b99d5fef-300x300.jpeg","bio":"Hello
|
76
|
+
I''m Steve but better known around here as smojo. I''m a 25 year old living
|
77
|
+
in Chandler, AZ. My stream will be up at random times during the day. ","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/mommarose/follows/channels/officecam"},"notifications":false,"user":{"_id":109492,"name":"mommarose","created_at":"2007-09-24T16:58:04Z","updated_at":"2015-02-19T17:20:36Z","_links":{"self":"https://api.twitch.tv/kraken/users/mommarose"},"display_name":"Mommarose","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/mommarose-profile_image-8cdd9d7f0c007a33-300x300.jpeg","bio":"Hi
|
78
|
+
& Welcome..I Am MommaRose....Please Don''t Be Rude & We Will Get Along Fine!
|
79
|
+
DO NOT POST LINKS WITHOUT ASKING 1st & GETTING MY APPROVAL UNLESS YOU WANT
|
80
|
+
TO BE BANNED FROM MY CHANNEL!!!","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/cc30tv/follows/channels/officecam"},"notifications":true,"user":{"_id":44847,"name":"cc30tv","created_at":"2007-07-24T00:45:47Z","updated_at":"2015-02-20T14:16:20Z","_links":{"self":"https://api.twitch.tv/kraken/users/cc30tv"},"display_name":"Cc30tv","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/cc30tv-profile_image-04fd5e4e3442a928-300x300.jpeg","bio":"CC30.TV
|
81
|
+
the 1st French and French-speaking channel on Justin.tv since July 2007 \u2014
|
82
|
+
CC30.TV 1ere cha\u00eene Fran\u00e7aise et Francophone de Justin.tv depuis
|
83
|
+
juillet 2007","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/exadon/follows/channels/officecam"},"notifications":false,"user":{"_id":194005,"name":"exadon","created_at":"2007-12-05T01:54:40Z","updated_at":"2014-10-12T20:36:51Z","_links":{"self":"https://api.twitch.tv/kraken/users/exadon"},"display_name":"Exadon","logo":null,"bio":"Late
|
84
|
+
night with Paul! A fun wacky time with your host Paul, and his sexy and witty
|
85
|
+
friends. Join us for raids, game and movie reviews, rants, games, and more!
|
86
|
+
Call any time during the show Phone# (443) 450-4491 Skype: Exadon","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/train/follows/channels/officecam"},"notifications":false,"user":{"_id":35442,"name":"train","created_at":"2007-06-19T03:20:13Z","updated_at":"2014-10-13T17:19:38Z","_links":{"self":"https://api.twitch.tv/kraken/users/train"},"display_name":"Train","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/train-profile_image-JoVYYl6loyZRJRL-300x300.jpg","bio":"Just
|
87
|
+
here to chat and have fun, listen to music, i don''t really lifecast as i
|
88
|
+
work, so usually on a weekend or when i have time offI have a 15.4 laptop
|
89
|
+
with built in cam and a desktop that i use a logitech pro 9000","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/soupnazi/follows/channels/officecam"},"notifications":false,"user":{"_id":2379,"name":"soupnazi","created_at":"2007-05-22T10:38:08Z","updated_at":"2014-08-18T20:18:27Z","_links":{"self":"https://api.twitch.tv/kraken/users/soupnazi"},"display_name":"Soupnazi","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/soupnazi-profile_image-18e9c228412694f4-300x300.jpeg","bio":"test","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/joetvee/follows/channels/officecam"},"notifications":false,"user":{"_id":45509,"name":"joetvee","created_at":"2007-07-26T22:34:19Z","updated_at":"2013-06-15T10:26:29Z","_links":{"self":"https://api.twitch.tv/kraken/users/joetvee"},"display_name":"Joetvee","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/joetvee-profile_image-e26db006068e1654-300x300.jpeg","bio":"This
|
90
|
+
channel is now reserved as a test project. \r\r\r","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/idrew/follows/channels/officecam"},"notifications":true,"user":{"_id":83798,"name":"idrew","created_at":"2007-09-02T21:42:12Z","updated_at":"2011-11-22T05:00:46Z","_links":{"self":"https://api.twitch.tv/kraken/users/idrew"},"display_name":"Idrew","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/idrew-profile_image-0598c69b6ca3fd77-300x300.jpeg","bio":"Drew
|
91
|
+
is a web designer that lives in Tennessee. Watch him in his everyday life.","type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/sashanicole/follows/channels/officecam"},"notifications":true,"user":{"_id":7470,"name":"sashanicole","created_at":"2007-05-22T10:39:01Z","updated_at":"2014-08-31T04:18:43Z","_links":{"self":"https://api.twitch.tv/kraken/users/sashanicole"},"display_name":"Sashanicole","logo":null,"bio":null,"type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/yourstruly/follows/channels/officecam"},"notifications":true,"user":{"_id":45603,"name":"yourstruly","created_at":"2007-07-27T18:54:29Z","updated_at":"2014-12-26T17:28:49Z","_links":{"self":"https://api.twitch.tv/kraken/users/yourstruly"},"display_name":"YoursTruly","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/yourstruly-profile_image-SFeZbCmPsxnwX9B-300x300.png","bio":null,"type":"user"}},{"created_at":null,"_links":{"self":"https://api.twitch.tv/kraken/users/mikeyd88/follows/channels/officecam"},"notifications":true,"user":{"_id":202960,"name":"mikeyd88","created_at":"2007-12-16T05:11:07Z","updated_at":"2010-08-18T15:46:38Z","_links":{"self":"https://api.twitch.tv/kraken/users/mikeyd88"},"display_name":"Mikeyd88","logo":null,"bio":null,"type":"user"}},{"created_at":"2015-01-31T17:51:09Z","_links":{"self":"https://api.twitch.tv/kraken/users/hapy_cammpr/follows/channels/officecam"},"notifications":true,"user":{"_id":68104489,"name":"hapy_cammpr","created_at":"2014-08-03T22:48:44Z","updated_at":"2015-02-13T00:17:50Z","_links":{"self":"https://api.twitch.tv/kraken/users/hapy_cammpr"},"display_name":"Hapy_cammpr","logo":null,"bio":null,"type":"user"}},{"created_at":"2014-12-16T20:57:43Z","_links":{"self":"https://api.twitch.tv/kraken/users/britta_fb_2/follows/channels/officecam"},"notifications":true,"user":{"_id":68950638,"name":"britta_fb_2","created_at":"2014-08-14T11:23:36Z","updated_at":"2015-02-22T18:42:59Z","_links":{"self":"https://api.twitch.tv/kraken/users/britta_fb_2"},"display_name":"Britta_fb_2","logo":null,"bio":null,"type":"user"}},{"created_at":"2014-11-28T05:23:12Z","_links":{"self":"https://api.twitch.tv/kraken/users/hayesgrier/follows/channels/officecam"},"notifications":true,"user":{"_id":68152332,"name":"hayesgrier","created_at":"2014-08-04T16:09:50Z","updated_at":"2015-02-21T20:34:05Z","_links":{"self":"https://api.twitch.tv/kraken/users/hayesgrier"},"display_name":"HayesGrier","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/hayesgrier-profile_image-89213fe273173006-300x300.jpeg","bio":"hi","type":"user"}},{"created_at":"2014-11-17T07:43:05Z","_links":{"self":"https://api.twitch.tv/kraken/users/noodles_tt/follows/channels/officecam"},"notifications":true,"user":{"_id":59987729,"name":"noodles_tt","created_at":"2014-03-31T21:26:18Z","updated_at":"2015-02-18T21:31:19Z","_links":{"self":"https://api.twitch.tv/kraken/users/noodles_tt"},"display_name":"Noodles_TT","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/noodles_tt-profile_image-1be7d29e03dc5e00-300x300.png","bio":"Professional
|
92
|
+
Face Spanker","type":"user"}},{"created_at":"2014-11-11T21:31:12Z","_links":{"self":"https://api.twitch.tv/kraken/users/misspsykho/follows/channels/officecam"},"notifications":true,"user":{"_id":62322016,"name":"misspsykho","created_at":"2014-05-08T21:27:54Z","updated_at":"2015-02-20T15:43:39Z","_links":{"self":"https://api.twitch.tv/kraken/users/misspsykho"},"display_name":"MissPsykho","logo":"http://static-cdn.jtvnw.net/jtv_user_pictures/misspsykho-profile_image-23b824046064cc8b-300x300.jpeg","bio":"HELLO?!","type":"user"}},{"created_at":"2014-10-29T21:57:00Z","_links":{"self":"https://api.twitch.tv/kraken/users/megster75271/follows/channels/officecam"},"notifications":true,"user":{"_id":74020034,"name":"megster75271","created_at":"2014-10-29T21:56:59Z","updated_at":"2014-11-14T20:46:27Z","_links":{"self":"https://api.twitch.tv/kraken/users/megster75271"},"display_name":"megster75271","logo":null,"bio":null,"type":"user"}},{"created_at":"2014-10-20T02:07:59Z","_links":{"self":"https://api.twitch.tv/kraken/users/calliepescay/follows/channels/officecam"},"notifications":true,"user":{"_id":73413338,"name":"calliepescay","created_at":"2014-10-20T02:04:21Z","updated_at":"2014-11-13T12:01:15Z","_links":{"self":"https://api.twitch.tv/kraken/users/calliepescay"},"display_name":"Calliepescay","logo":null,"bio":null,"type":"user"}},{"created_at":"2014-10-19T01:34:08Z","_links":{"self":"https://api.twitch.tv/kraken/users/5sos_is_lifee/follows/channels/officecam"},"notifications":true,"user":{"_id":73141719,"name":"5sos_is_lifee","created_at":"2014-10-16T00:36:49Z","updated_at":"2014-11-07T01:27:13Z","_links":{"self":"https://api.twitch.tv/kraken/users/5sos_is_lifee"},"display_name":"5sos_is_lifee","logo":null,"bio":null,"type":"user"}}],"_total":2637,"_links":{"self":"https://api.twitch.tv/kraken/channels/officecam/follows?direction=DESC&limit=25&offset=0","next":"https://api.twitch.tv/kraken/channels/officecam/follows?direction=DESC&limit=25&offset=25"}}'
|
379
93
|
http_version:
|
380
|
-
recorded_at:
|
381
|
-
recorded_with: VCR 2.
|
94
|
+
recorded_at: Wed, 25 Feb 2015 00:39:18 GMT
|
95
|
+
recorded_with: VCR 2.9.3
|