bnet_scraper 0.1.3 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +7 -0
- data/README.md +7 -0
- data/bnet_scraper.gemspec +1 -1
- data/lib/bnet_scraper/starcraft2.rb +11 -2
- data/lib/bnet_scraper/starcraft2/base_scraper.rb +2 -2
- data/lib/bnet_scraper/starcraft2/profile_scraper.rb +44 -6
- data/lib/bnet_scraper/starcraft2/status_scraper.rb +5 -3
- data/spec/starcraft2/profile_scraper_spec.rb +58 -39
- data/spec/starcraft2_spec.rb +8 -2
- data/spec/support/no_ladder.html +82 -30
- data/spec/support/profile.html +143 -261
- metadata +14 -14
data/spec/support/profile.html
CHANGED
@@ -1,34 +1,33 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" class="en-us">
|
5
4
|
<head xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
|
6
5
|
<title>Demon - StarCraft II</title>
|
7
6
|
<meta content="false" http-equiv="imagetoolbar" />
|
8
7
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
|
9
8
|
<link rel="shortcut icon" href="/sc2/static/local-common/images/favicons/sc2.ico" type="image/x-icon"/>
|
10
9
|
<link rel="search" type="application/opensearchdescription+xml" href="http://us.battle.net/en-us/data/opensearch" title="Battle.net Search" />
|
11
|
-
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common.css?
|
12
|
-
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie.css?
|
10
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common.css?v42" />
|
11
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie.css?v42" />
|
13
12
|
<![endif]-->
|
14
|
-
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie6.css?
|
13
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie6.css?v42" />
|
15
14
|
<![endif]-->
|
16
|
-
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie7.css?
|
15
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/local-common/css/common-ie7.css?v42" />
|
17
16
|
<![endif]-->
|
18
|
-
<link title="StarCraft II - News" href="/sc2/en/feed/news" type="application/atom+xml" rel="alternate"/>
|
19
|
-
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2.css?
|
20
|
-
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile.css?
|
21
|
-
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile-ie6.css?
|
17
|
+
<link title="StarCraft II™ - News" href="/sc2/en/feed/news" type="application/atom+xml" rel="alternate"/>
|
18
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2.css?v21" />
|
19
|
+
<link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile.css?v21" />
|
20
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/profile/profile-ie6.css?v21" />
|
22
21
|
<![endif]-->
|
23
|
-
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie.css?
|
22
|
+
<!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie.css?v21" />
|
24
23
|
<![endif]-->
|
25
|
-
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie6.css?
|
24
|
+
<!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie6.css?v21" />
|
26
25
|
<![endif]-->
|
27
|
-
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie7.css?
|
26
|
+
<!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="/sc2/static/css/sc2-ie7.css?v21" />
|
28
27
|
<![endif]-->
|
29
|
-
<script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.js?
|
30
|
-
<script type="text/javascript" src="/sc2/static/local-common/js/core.js?
|
31
|
-
<script type="text/javascript" src="/sc2/static/local-common/js/tooltip.js?
|
28
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.js?v42"></script>
|
29
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/core.js?v42"></script>
|
30
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/tooltip.js?v42"></script>
|
32
31
|
<!--[if IE 6]> <script type="text/javascript">
|
33
32
|
//<![CDATA[
|
34
33
|
try { document.execCommand('BackgroundImageCache', false, true) } catch(e) {}
|
@@ -64,7 +63,7 @@ _gaq.push(['_trackPageview']);
|
|
64
63
|
_gaq.push(['_trackPageLoadTime']);
|
65
64
|
//]]>
|
66
65
|
</script>
|
67
|
-
<meta property="og:site_name" content="StarCraft II" />
|
66
|
+
<meta property="og:site_name" content="StarCraft II™" />
|
68
67
|
<meta property="og:title" content="Demon - StarCraft II" />
|
69
68
|
<meta property="og:image" content="http://us.media.blizzard.com/battle.net/logos/og-sc2.png" />
|
70
69
|
<meta property="og:url" content="http://us.battle.net/sc2/en/profile/2377239/1/Demon/" />
|
@@ -72,7 +71,7 @@ _gaq.push(['_trackPageLoadTime']);
|
|
72
71
|
<meta property="og:locale" content="en_US" />
|
73
72
|
<meta property="fb:admins" content="470332842321,433163104416"/>
|
74
73
|
</head>
|
75
|
-
<body class="
|
74
|
+
<body class=""><div id="wrapper">
|
76
75
|
<div id="header">
|
77
76
|
<div class="search-bar">
|
78
77
|
<form action="/sc2/en/search" method="get" autocomplete="off">
|
@@ -95,9 +94,9 @@ _gaq.push(['_trackPageLoadTime']);
|
|
95
94
|
<span>Game Guide</span>
|
96
95
|
</a>
|
97
96
|
</li>
|
98
|
-
<li class="menu-
|
99
|
-
<a href="/sc2/en/
|
100
|
-
<span>
|
97
|
+
<li class="menu-esports">
|
98
|
+
<a href="/sc2/en/esports/">
|
99
|
+
<span>eSports</span>
|
101
100
|
</a>
|
102
101
|
</li>
|
103
102
|
<li class="menu-media">
|
@@ -110,9 +109,9 @@ _gaq.push(['_trackPageLoadTime']);
|
|
110
109
|
<span>Forums</span>
|
111
110
|
</a>
|
112
111
|
</li>
|
113
|
-
<li class="menu-
|
114
|
-
<a href="/sc2/en/
|
115
|
-
<span>
|
112
|
+
<li class="menu-buy-now">
|
113
|
+
<a href="/sc2/en/buy-now/">
|
114
|
+
<span>Buy Now</span>
|
116
115
|
</a>
|
117
116
|
</li>
|
118
117
|
</ul>
|
@@ -126,6 +125,7 @@ _gaq.push(['_trackPageLoadTime']);
|
|
126
125
|
<a href="/sc2/en/" rel="np">
|
127
126
|
StarCraft II
|
128
127
|
</a>
|
128
|
+
<span class="breadcrumb-arrow"></span>
|
129
129
|
</li>
|
130
130
|
<li class="last">
|
131
131
|
<a href="/sc2/en/profile/2377239/1/Demon/" rel="np">
|
@@ -142,12 +142,13 @@ Demon
|
|
142
142
|
<div id="portrait" onclick="Core.goTo('/sc2/en/profile/2377239/1/Demon/');">
|
143
143
|
|
144
144
|
|
145
|
+
|
145
146
|
<span class="icon-frame "
|
146
|
-
style="background: url('/sc2/static/local-common/images/sc2/portraits/
|
147
|
+
style="background: url('/sc2/static/local-common/images/sc2/portraits/3-90.jpg?v42') -270px 0px no-repeat; width: 90px; height: 90px;">
|
147
148
|
|
148
149
|
</span>
|
149
150
|
|
150
|
-
<div id="portrait-frame"
|
151
|
+
<div id="portrait-frame"> </div>
|
151
152
|
</div>
|
152
153
|
|
153
154
|
<div id="current-decals">
|
@@ -155,7 +156,7 @@ Demon
|
|
155
156
|
|
156
157
|
|
157
158
|
<span class="icon-frame "
|
158
|
-
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?
|
159
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v42') -90px -270px no-repeat; width: 45px; height: 45px;">
|
159
160
|
|
160
161
|
<a href="/sc2/en/profile/2377239/1/Demon/rewards/zerg-decals#reward-2359737029" style="height: 45px"> </a>
|
161
162
|
</span>
|
@@ -165,7 +166,7 @@ Demon
|
|
165
166
|
|
166
167
|
|
167
168
|
<span class="icon-frame "
|
168
|
-
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?
|
169
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v42') -270px -225px no-repeat; width: 45px; height: 45px;">
|
169
170
|
|
170
171
|
<a href="/sc2/en/profile/2377239/1/Demon/rewards/protoss-decals#reward-979617312" style="height: 45px"> </a>
|
171
172
|
</span>
|
@@ -175,7 +176,7 @@ Demon
|
|
175
176
|
|
176
177
|
|
177
178
|
<span class="icon-frame "
|
178
|
-
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?
|
179
|
+
style="background: url('/sc2/static/local-common/images/sc2/decals/0-45.jpg?v42') 0px 0px no-repeat; width: 45px; height: 45px;">
|
179
180
|
|
180
181
|
<a href="/sc2/en/profile/2377239/1/Demon/rewards/terran-decals#reward-18730036" style="height: 45px"> </a>
|
181
182
|
</span>
|
@@ -183,7 +184,7 @@ Demon
|
|
183
184
|
</div>
|
184
185
|
|
185
186
|
<h2><a href="/sc2/en/profile/2377239/1/Demon/">Demon</a></h2>
|
186
|
-
<h3>
|
187
|
+
<h3>3660</h3>
|
187
188
|
</div>
|
188
189
|
|
189
190
|
<div id="profile-left">
|
@@ -231,201 +232,110 @@ Demon
|
|
231
232
|
<div id="profile-right">
|
232
233
|
|
233
234
|
<div class="profile-module">
|
235
|
+
|
234
236
|
<div class="module-top">
|
235
237
|
<div class="module-bot">
|
236
238
|
<div class="module-left" id="season-snapshot">
|
237
239
|
<div class="module-title">
|
238
|
-
<h3 class="title-globe">
|
239
|
-
Season 6 <span>-</span>
|
240
|
-
Snapshot
|
241
|
-
</h3>
|
240
|
+
<h3 class="title-globe">Player Stats</h3>
|
242
241
|
</div>
|
243
242
|
|
244
243
|
<div class="module-body snapshot-protoss">
|
245
244
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
245
|
+
<div class="stat-block">
|
246
|
+
<h3>Games Played This Season</h3>
|
247
|
+
<h2>0</h2>
|
248
|
+
</div>
|
250
249
|
|
251
|
-
|
252
|
-
|
253
|
-
|
250
|
+
<div class="stat-block">
|
251
|
+
<h3>Most Played Mode</h3>
|
252
|
+
<h2>4v4</h2>
|
253
|
+
</div>
|
254
254
|
|
255
|
-
|
255
|
+
<div class="stat-block">
|
256
|
+
<h3>Total Career Games</h3>
|
257
|
+
<h2>1568</h2>
|
258
|
+
</div>
|
256
259
|
|
257
|
-
|
260
|
+
<div class="stat-block">
|
261
|
+
<h3>Most Played Race</h3>
|
262
|
+
<h2 class="race">Protoss</h2>
|
263
|
+
</div>
|
258
264
|
|
259
|
-
|
260
|
-
<strong>Division:</strong> Shelak Whiskey<br />
|
261
|
-
<strong>Rank:</strong> 95
|
265
|
+
</div>
|
262
266
|
</div>
|
263
|
-
</div>
|
264
|
-
</div>
|
265
|
-
|
266
|
-
<div class="division">1v1</div>
|
267
267
|
|
268
|
-
|
268
|
+
<div class="module-right" id="career-stats">
|
269
|
+
<div class="module-title"></div>
|
269
270
|
|
270
|
-
|
271
|
-
|
272
|
-
<span class="totals">1 Wins</span>
|
273
|
-
</div>
|
271
|
+
<div class="module-body">
|
272
|
+
|
274
273
|
|
275
|
-
<span class="clear"><!-- --></span>
|
276
|
-
</div>
|
277
|
-
</div>
|
278
274
|
|
279
|
-
<span class="clear"><!-- --></span>
|
280
|
-
</div>
|
281
275
|
|
282
|
-
<div class="
|
283
|
-
<div class="ladder" data-tooltip="#best-team-2">
|
276
|
+
<div class="badge-item" data-tooltip="#best-finish-SOLO">
|
284
277
|
|
285
|
-
|
278
|
+
<div class="badge">
|
286
279
|
|
287
|
-
<span class="badge badge-
|
280
|
+
<span class="badge badge-platinum badge-medium-1">
|
288
281
|
</span>
|
289
|
-
</a>
|
290
|
-
|
291
|
-
<div id="best-team-2" style="display: none">
|
292
|
-
|
293
|
-
<div class="tooltip-title">Highest Ranked in 2v2</div>
|
294
|
-
|
295
|
-
<div>
|
296
|
-
<strong>Division:</strong> Typhon Chi<br />
|
297
|
-
<strong>Rank:</strong> 45
|
298
|
-
</div>
|
299
|
-
</div>
|
300
282
|
</div>
|
301
|
-
|
302
|
-
<div class="
|
303
|
-
|
304
|
-
<div class="bars">
|
305
|
-
|
306
|
-
<div class="graph-bars primary" style="margin-top: 14px;">
|
307
|
-
<div class="graph-bar" style="width: 28%">
|
308
|
-
<span class="totals">13 Wins</span>
|
309
|
-
</div>
|
310
|
-
|
311
|
-
<span class="clear"><!-- --></span>
|
312
|
-
</div>
|
283
|
+
<div class="mode">1V1</div>
|
284
|
+
<div class="league-name">
|
285
|
+
Platinum
|
313
286
|
</div>
|
314
287
|
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
<a href="/sc2/en/profile/2377239/1/Demon/ladder/97985#current-rank">
|
322
|
-
|
323
|
-
<span class="badge badge-diamond badge-medium-1">
|
324
|
-
</span>
|
325
|
-
</a>
|
326
|
-
|
327
|
-
<div id="best-team-3" style="display: none">
|
288
|
+
<div id="best-finish-SOLO" style="display: none">
|
289
|
+
<div>
|
290
|
+
<strong>Highest Career Finish:</strong> Platinum<br />
|
291
|
+
|
292
|
+
<strong>Times Achieved:</strong> 2<br />
|
328
293
|
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
<strong>Division:</strong> Shakuras Lambda<br />
|
333
|
-
<strong>Rank:</strong> 56
|
334
|
-
</div>
|
335
|
-
</div>
|
294
|
+
|
295
|
+
<strong>Current League:</strong> Not Yet Ranked<br />
|
296
|
+
</div>
|
336
297
|
</div>
|
298
|
+
</div>
|
337
299
|
|
338
|
-
|
300
|
+
|
339
301
|
|
340
|
-
<div class="bars">
|
341
302
|
|
342
|
-
<div class="graph-bars primary" style="margin-top: 14px;">
|
343
|
-
<div class="graph-bar" style="width: 51%">
|
344
|
-
<span class="totals">24 Wins</span>
|
345
|
-
</div>
|
346
303
|
|
347
|
-
<
|
348
|
-
</div>
|
349
|
-
</div>
|
304
|
+
<div class="badge-item" data-tooltip="#best-finish-TEAM">
|
350
305
|
|
351
|
-
|
352
|
-
</div>
|
353
|
-
|
354
|
-
<div class="snapshot ">
|
355
|
-
<div class="ladder" data-tooltip="#best-team-4">
|
356
|
-
|
357
|
-
<a href="/sc2/en/profile/2377239/1/Demon/ladder/98936#current-rank">
|
306
|
+
<div class="badge">
|
358
307
|
|
359
308
|
<span class="badge badge-diamond badge-medium-1">
|
360
309
|
</span>
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
<div class="tooltip-title">Highest Ranked in 4v4</div>
|
366
|
-
|
367
|
-
<div>
|
368
|
-
<strong>Division:</strong> Aleksander Pepper<br />
|
369
|
-
<strong>Rank:</strong> 54
|
370
|
-
</div>
|
371
|
-
</div>
|
310
|
+
</div>
|
311
|
+
<div class="mode">TEAM</div>
|
312
|
+
<div class="league-name">
|
313
|
+
Diamond
|
372
314
|
</div>
|
373
315
|
|
374
|
-
<div
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
<div class="graph-bar" style="width: 19%">
|
380
|
-
<span class="totals">9 Wins</span>
|
381
|
-
</div>
|
316
|
+
<div id="best-finish-TEAM" style="display: none">
|
317
|
+
<div>
|
318
|
+
<strong>Highest Career Finish:</strong> Diamond<br />
|
319
|
+
|
320
|
+
<strong>Times Achieved:</strong> 7<br />
|
382
321
|
|
383
|
-
|
384
|
-
|
322
|
+
|
323
|
+
<strong>Current League:</strong> Not Yet Ranked<br />
|
324
|
+
</div>
|
385
325
|
</div>
|
386
|
-
|
387
|
-
<span class="clear"><!-- --></span>
|
388
326
|
</div>
|
389
|
-
</div>
|
390
|
-
|
391
|
-
<div class="module-footer">
|
392
|
-
Most Played Race:
|
393
|
-
<a href="ladder/" class="race-protoss">Protoss</a>
|
394
|
-
</div>
|
395
|
-
</div>
|
396
|
-
|
397
|
-
<div class="module-right" id="career-stats">
|
398
|
-
<div class="module-title">
|
399
|
-
<h3 class="title-graph">Career Stats</h3>
|
400
|
-
</div>
|
401
327
|
|
328
|
+
<br />
|
402
329
|
|
403
330
|
|
404
|
-
<div class="module-body campaign-brutal">
|
405
|
-
<h4>League Wins</h4>
|
406
|
-
<h2>684</h2>
|
407
331
|
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
<span>137</span>
|
414
|
-
Custom Games
|
415
|
-
</li>
|
416
|
-
<li>
|
417
|
-
<span>1</span>
|
418
|
-
FFA
|
419
|
-
</li>
|
420
|
-
<li>
|
421
|
-
<span>306</span>
|
422
|
-
Co-Op vs AI
|
423
|
-
</li>
|
424
|
-
</ul>
|
425
|
-
|
426
|
-
<br />
|
332
|
+
<div class="badge-item campaign">
|
333
|
+
<div class="badge brutal"></div>
|
334
|
+
<div class="mode">Wings of Liberty</div>
|
335
|
+
<div class="rank">Brutal Campaign Ace</div>
|
336
|
+
</div>
|
427
337
|
|
428
|
-
|
338
|
+
<span class="clear"><!-- --></span>
|
429
339
|
</div>
|
430
340
|
</div>
|
431
341
|
|
@@ -453,7 +363,7 @@ Demon
|
|
453
363
|
|
454
364
|
|
455
365
|
<span class="icon-frame "
|
456
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
366
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -150px -450px no-repeat; width: 75px; height: 75px;">
|
457
367
|
|
458
368
|
</span>
|
459
369
|
|
@@ -482,7 +392,7 @@ Demon
|
|
482
392
|
|
483
393
|
|
484
394
|
<span class="icon-frame "
|
485
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
395
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -525px -375px no-repeat; width: 75px; height: 75px;">
|
486
396
|
|
487
397
|
</span>
|
488
398
|
|
@@ -512,7 +422,7 @@ Demon
|
|
512
422
|
|
513
423
|
|
514
424
|
<span class="icon-frame "
|
515
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
425
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -300px -525px no-repeat; width: 75px; height: 75px;">
|
516
426
|
|
517
427
|
</span>
|
518
428
|
|
@@ -526,10 +436,10 @@ Demon
|
|
526
436
|
|
527
437
|
<div class="achievements-progress">
|
528
438
|
<div class="progress-wrapper">
|
529
|
-
<div class="progress-bar" style="width:
|
439
|
+
<div class="progress-bar" style="width: 35.7894736842%"></div>
|
530
440
|
</div>
|
531
441
|
|
532
|
-
<span>
|
442
|
+
<span>340</span>
|
533
443
|
</div>
|
534
444
|
</div>
|
535
445
|
|
@@ -541,7 +451,7 @@ Demon
|
|
541
451
|
|
542
452
|
|
543
453
|
<span class="icon-frame "
|
544
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
454
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -75px -525px no-repeat; width: 75px; height: 75px;">
|
545
455
|
|
546
456
|
</span>
|
547
457
|
|
@@ -573,7 +483,7 @@ Demon
|
|
573
483
|
|
574
484
|
|
575
485
|
<span class="icon-frame "
|
576
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
486
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -225px -450px no-repeat; width: 75px; height: 75px;">
|
577
487
|
|
578
488
|
</span>
|
579
489
|
|
@@ -587,10 +497,10 @@ Demon
|
|
587
497
|
|
588
498
|
<div class="achievements-progress">
|
589
499
|
<div class="progress-wrapper">
|
590
|
-
<div class="progress-bar" style="width:
|
500
|
+
<div class="progress-bar" style="width: 21.8390804598%"></div>
|
591
501
|
</div>
|
592
502
|
|
593
|
-
<span>
|
503
|
+
<span>190</span>
|
594
504
|
</div>
|
595
505
|
</div>
|
596
506
|
|
@@ -613,7 +523,7 @@ Demon
|
|
613
523
|
|
614
524
|
|
615
525
|
<span class="icon-frame "
|
616
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?
|
526
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/2-75.jpg?v42') -75px -600px no-repeat; width: 75px; height: 75px;">
|
617
527
|
|
618
528
|
</span>
|
619
529
|
|
@@ -631,7 +541,7 @@ Demon
|
|
631
541
|
|
632
542
|
|
633
543
|
<span class="icon-frame "
|
634
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?
|
544
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v42') -75px -525px no-repeat; width: 75px; height: 75px;">
|
635
545
|
|
636
546
|
</span>
|
637
547
|
|
@@ -650,7 +560,7 @@ Demon
|
|
650
560
|
|
651
561
|
|
652
562
|
<span class="icon-frame "
|
653
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/4-75.jpg?
|
563
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/4-75.jpg?v42') -525px 0px no-repeat; width: 75px; height: 75px;">
|
654
564
|
|
655
565
|
</span>
|
656
566
|
|
@@ -668,7 +578,7 @@ Demon
|
|
668
578
|
|
669
579
|
|
670
580
|
<span class="icon-frame "
|
671
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?
|
581
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v42') -375px -75px no-repeat; width: 75px; height: 75px;">
|
672
582
|
|
673
583
|
</span>
|
674
584
|
|
@@ -686,7 +596,7 @@ Demon
|
|
686
596
|
|
687
597
|
|
688
598
|
<span class="icon-frame "
|
689
|
-
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?
|
599
|
+
style="background: url('/sc2/static/local-common/images/sc2/achievements/5-75.jpg?v42') -225px -300px no-repeat; width: 75px; height: 75px;">
|
690
600
|
|
691
601
|
</span>
|
692
602
|
|
@@ -699,8 +609,8 @@ Demon
|
|
699
609
|
</div>
|
700
610
|
</div>
|
701
611
|
|
702
|
-
<a href="javascript:;" class="showcase-arrow left" onclick="return Sc2.rotateShowcase(-1);"
|
703
|
-
<a href="javascript:;" class="showcase-arrow right" onclick="return Sc2.rotateShowcase(1);"
|
612
|
+
<a href="javascript:;" class="showcase-arrow left" onclick="return Sc2.rotateShowcase(-1);"> </a>
|
613
|
+
<a href="javascript:;" class="showcase-arrow right" onclick="return Sc2.rotateShowcase(1);"> </a>
|
704
614
|
|
705
615
|
<script type="text/javascript">
|
706
616
|
//<![CDATA[
|
@@ -742,6 +652,7 @@ Demon
|
|
742
652
|
<li><a href="https://us.battle.net/account/management/">Account</a></li>
|
743
653
|
<li><a href="http://us.battle.net/support/">Support</a></li>
|
744
654
|
<li><a href="http://us.battle.net/realid/">Real ID</a></li>
|
655
|
+
<li><a href="http://us.battle.net/battletag/">BattleTag</a></li>
|
745
656
|
</ul>
|
746
657
|
</div>
|
747
658
|
<div class="column">
|
@@ -749,9 +660,9 @@ Demon
|
|
749
660
|
<a href="http://us.battle.net/" tabindex="100">Games</a>
|
750
661
|
</h3>
|
751
662
|
<ul>
|
752
|
-
<li><a href="http://us.battle.net/sc2/">StarCraft II
|
753
|
-
<li><a href="http://us.battle.net/wow/">World of Warcraft
|
754
|
-
<li><a href="http://us.battle.net/d3/">Diablo III
|
663
|
+
<li><a href="http://us.battle.net/sc2/">StarCraft II™</a></li>
|
664
|
+
<li><a href="http://us.battle.net/wow/">World of Warcraft™</a></li>
|
665
|
+
<li><a href="http://us.battle.net/d3/">Diablo III™</a></li>
|
755
666
|
<li><a href="http://us.battle.net/games/classic">Classic Games</a></li>
|
756
667
|
<li><a href="https://us.battle.net/account/download/">Game Client Downloads</a></li>
|
757
668
|
</ul>
|
@@ -786,16 +697,16 @@ Demon
|
|
786
697
|
<div class="bnet-offer">
|
787
698
|
<!-- -->
|
788
699
|
<div class="bnet-offer-bg">
|
789
|
-
<a href="https://us.battle.net/account/
|
700
|
+
<a href="https://us.battle.net/account/activation/landing.html?product=S2&key&purchase" target="_blank" id="ad5207109" class="bnet-offer-image" onclick="BnetAds.trackEvent('5207109', 'SCIIdig', 'sc2', true);">
|
790
701
|
<img src="http://us.media2.battle.net/cms/ad_300x100/ZNB918LXVJ251309281567042.jpg" width="300" height="100" alt=""/>
|
791
702
|
</a>
|
792
703
|
</div>
|
793
704
|
<script type="text/javascript">
|
794
705
|
//<![CDATA[
|
795
706
|
if(typeof (BnetAds.addEvent) != "undefined" )
|
796
|
-
BnetAds.addEvent(window, 'load', function(){ BnetAds.trackEvent('
|
707
|
+
BnetAds.addEvent(window, 'load', function(){ BnetAds.trackEvent('5207109', 'SCIIdig', 'sc2'); } );
|
797
708
|
else
|
798
|
-
BnetAds.trackEvent('
|
709
|
+
BnetAds.trackEvent('5207109', 'SCIIdig', 'sc2');
|
799
710
|
//]]>
|
800
711
|
</script>
|
801
712
|
</div>
|
@@ -807,19 +718,19 @@ BnetAds.trackEvent('3985896', 'TrySCII', 'sc2');
|
|
807
718
|
<a href="javascript:;" tabindex="100" id="change-language">
|
808
719
|
<span>Americas - English (US)</span>
|
809
720
|
</a>
|
810
|
-
|
811
|
-
<a
|
812
|
-
<a
|
813
|
-
<a
|
814
|
-
<a
|
721
|
+
<span>©2012 Blizzard Entertainment, Inc. All rights reserved</span>
|
722
|
+
<a target="_blank" href="http://us.blizzard.com/company/about/termsofuse.html" tabindex="100">Terms of Use</a>
|
723
|
+
<a target="_blank" href="http://us.blizzard.com/company/legal/" tabindex="100">Legal</a>
|
724
|
+
<a target="_blank" href="http://us.blizzard.com/company/about/privacy.html" tabindex="100">Privacy Policy</a>
|
725
|
+
<a target="_blank" href="http://us.blizzard.com/company/about/infringementnotice.html" tabindex="100">Copyright Infringement</a>
|
815
726
|
</div>
|
816
727
|
<div id="international"></div>
|
817
728
|
<div id="legal">
|
818
729
|
<div id="legal-ratings" class="png-fix">
|
819
|
-
<a class="truste-link" href="//privacy-policy.truste.com/click-with-confidence/ctv/en/us.battle.net/seal_m"
|
730
|
+
<a rel="nofollow" class="truste-link" href="//privacy-policy.truste.com/click-with-confidence/ctv/en/us.battle.net/seal_m" target="_blank">
|
820
731
|
<img class="legal-image" src="//privacy-policy.truste.com/certified-seal/wps/en/us.battle.net/seal_m.png" alt="Validate TRUSTe privacy certification"/>
|
821
732
|
</a>
|
822
|
-
<a href="http://www.esrb.org/ratings/ratings_guide.jsp"
|
733
|
+
<a rel="nofollow" target="_blank" href="http://www.esrb.org/ratings/ratings_guide.jsp">
|
823
734
|
<img class="legal-image" alt="" src="/sc2/static/local-common/images/legal/us/esrb-teen-sc2.png" />
|
824
735
|
</a>
|
825
736
|
</div>
|
@@ -932,7 +843,7 @@ shim.style.display = 'block';
|
|
932
843
|
<li class="explore-game explore-game-sc2">
|
933
844
|
<a href="http://us.battle.net/sc2/" tabindex="55" data-label="Game - sc2">
|
934
845
|
<span class="explore-game-inner">
|
935
|
-
<strong class="explore-caption">StarCraft II
|
846
|
+
<strong class="explore-caption">StarCraft II™</strong>
|
936
847
|
<span>News & Forums</span> <span>Beginner’s Guide</span> <span>Player Profiles</span>
|
937
848
|
</span>
|
938
849
|
</a>
|
@@ -940,7 +851,7 @@ shim.style.display = 'block';
|
|
940
851
|
<li class="explore-game explore-game-wow">
|
941
852
|
<a href="http://us.battle.net/wow/" tabindex="55" data-label="Game - wow">
|
942
853
|
<span class="explore-game-inner">
|
943
|
-
<strong class="explore-caption">World of Warcraft
|
854
|
+
<strong class="explore-caption">World of Warcraft™</strong>
|
944
855
|
<span>Character Profiles</span> <span>News & Forums</span> <span>Game Guide</span>
|
945
856
|
</span>
|
946
857
|
</a>
|
@@ -948,8 +859,8 @@ shim.style.display = 'block';
|
|
948
859
|
<li class="explore-game explore-game-d3">
|
949
860
|
<a href="http://us.battle.net/d3/" tabindex="55" data-label="Game - d3">
|
950
861
|
<span class="explore-game-inner">
|
951
|
-
<strong class="explore-caption">Diablo III
|
952
|
-
<span>Game Guide</span> <span>
|
862
|
+
<strong class="explore-caption">Diablo III™</strong>
|
863
|
+
<span>Game Guide</span> <span>News</span> <span>Forums</span>
|
953
864
|
</span>
|
954
865
|
</a>
|
955
866
|
</li>
|
@@ -974,7 +885,7 @@ You are using an outdated web browser.<br />
|
|
974
885
|
</div>
|
975
886
|
</div>
|
976
887
|
<![endif]-->
|
977
|
-
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/CFInstall.min.js?
|
888
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/CFInstall.min.js?v42"></script>
|
978
889
|
<script type="text/javascript">
|
979
890
|
//<![CDATA[
|
980
891
|
$(function() {
|
@@ -1007,46 +918,7 @@ JavaScript must be enabled to use this site.
|
|
1007
918
|
</noscript>
|
1008
919
|
</div>
|
1009
920
|
</div>
|
1010
|
-
|
1011
|
-
<div class="inner">
|
1012
|
-
<a href="javascript:;" rel="close" class="close"></a>
|
1013
|
-
<h3 class="category">
|
1014
|
-
Video Teasers
|
1015
|
-
<span>New</span>
|
1016
|
-
</h3>
|
1017
|
-
<a href="/sc2/en/game/heart-of-the-swarm-preview/#teaser" class="row hots" data-label="Heart of the Swarm">
|
1018
|
-
<span class="image">
|
1019
|
-
<span class="view"></span>
|
1020
|
-
</span>
|
1021
|
-
<span class="title">
|
1022
|
-
<strong>Heart of the Swarm</strong>
|
1023
|
-
Watch now!
|
1024
|
-
</span>
|
1025
|
-
</a>
|
1026
|
-
<a href="/sc2/en/game/maps-and-mods/mods/dota" class="row dota" data-label="Blizzard DOTA">
|
1027
|
-
<span class="image">
|
1028
|
-
<span class="view"></span>
|
1029
|
-
</span>
|
1030
|
-
<span class="title">
|
1031
|
-
<strong>Blizzard DOTA</strong>
|
1032
|
-
Watch now!
|
1033
|
-
</span>
|
1034
|
-
</a>
|
1035
|
-
</div>
|
1036
|
-
</div>
|
1037
|
-
<script type="text/javascript">
|
1038
|
-
//<![CDATA[
|
1039
|
-
$(document).ready(function() {
|
1040
|
-
Core.showUntilClosed('#new-feature-tip', 'sc2-feature-videos', {
|
1041
|
-
endDate: '2011/11/02',
|
1042
|
-
fadeIn: 333,
|
1043
|
-
trackingCategory: 'New Feature Tip',
|
1044
|
-
trackingAction: 'Video Teasers'
|
1045
|
-
});
|
1046
|
-
});
|
1047
|
-
//]]>
|
1048
|
-
</script>
|
1049
|
-
</div><script type="text/javascript" src="/sc2/static/local-common/js/search.js?v39"></script>
|
921
|
+
</div><script type="text/javascript" src="/sc2/static/local-common/js/search.js?v42"></script>
|
1050
922
|
<script type="text/javascript">
|
1051
923
|
//<![CDATA[
|
1052
924
|
var xsToken = '';
|
@@ -1142,6 +1014,7 @@ wowcharacter: 'Characters',
|
|
1142
1014
|
wowitem: 'Items',
|
1143
1015
|
wowguild: 'Guilds',
|
1144
1016
|
wowarenateam: 'Arena Teams',
|
1017
|
+
url: 'Suggested Links',
|
1145
1018
|
other: 'Other'
|
1146
1019
|
}
|
1147
1020
|
};
|
@@ -1149,23 +1022,31 @@ other: 'Other'
|
|
1149
1022
|
</script>
|
1150
1023
|
<script type="text/javascript">
|
1151
1024
|
//<![CDATA[
|
1152
|
-
Core.load("/sc2/static/local-common/js/third-party/jquery-ui-1.8.6.custom.min.js?
|
1153
|
-
Core.load("/sc2/static/local-common/js/login.js?
|
1025
|
+
Core.load("/sc2/static/local-common/js/third-party/jquery-ui-1.8.6.custom.min.js?v42");
|
1026
|
+
Core.load("/sc2/static/local-common/js/login.js?v42", false, function() {
|
1154
1027
|
Login.embeddedUrl = 'https://us.battle.net/login/login.frag';
|
1155
1028
|
});
|
1156
1029
|
//]]>
|
1157
1030
|
</script>
|
1158
|
-
<script type="text/javascript" src="/sc2/static/local-common/js/menu.js?
|
1159
|
-
<script type="text/javascript" src="/sc2/static/js/sc2.js?
|
1031
|
+
<script type="text/javascript" src="/sc2/static/local-common/js/menu.js?v42"></script>
|
1032
|
+
<script type="text/javascript" src="/sc2/static/js/sc2.js?v21"></script>
|
1033
|
+
<!--[if IE 6]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/DD_belatedPNG.js?v42"></script>
|
1034
|
+
<script type="text/javascript">
|
1035
|
+
//<![CDATA[
|
1036
|
+
DD_belatedPNG.fix('.icon');
|
1037
|
+
//]]>
|
1038
|
+
</script>
|
1039
|
+
<![endif]-->
|
1160
1040
|
<script type="text/javascript">
|
1161
1041
|
//<![CDATA[
|
1162
1042
|
$(function(){
|
1163
|
-
Menu.initialize('/data/menu.json?
|
1043
|
+
Menu.initialize('/data/menu.json?v42');
|
1044
|
+
Search.initialize('/sc2/en/search/ta');
|
1164
1045
|
Tooltip.options.useTable = true;
|
1165
1046
|
});
|
1166
1047
|
//]]>
|
1167
1048
|
</script>
|
1168
|
-
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.pngFix.pack.js?
|
1049
|
+
<!--[if lt IE 8]> <script type="text/javascript" src="/sc2/static/local-common/js/third-party/jquery.pngFix.pack.js?v42"></script>
|
1169
1050
|
<script type="text/javascript">
|
1170
1051
|
//<![CDATA[
|
1171
1052
|
$('.png-fix').pngFix(); //]]>
|
@@ -1190,3 +1071,4 @@ s.parentNode.insertBefore(ga, s.nextSibling);
|
|
1190
1071
|
</script>
|
1191
1072
|
</body>
|
1192
1073
|
</html>
|
1074
|
+
|