forked from vorbis2013/v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
html5_player_template
603 lines (534 loc) · 37.7 KB
/
html5_player_template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<html><head></head><body><div id="" class="html5-video-player" style="display: none;" tabindex="-1">
<style class="html5-viewport-sheet" disabled="true">
@-o-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
</style>
<div class="html5-modal-panel html5-stop-propagation hid">
<div class="html5-modal-panel-clipboard-substitute-content">
<input type="text" readonly="readonly">
</div>
<button onclick="return false;" type="button" class="html5-modal-panel-close-button" role="button">
Close
</button>
</div>
<div class="html5-video-container">
<div class="html5-dialog-holder html5-center-overlay html5-center-transform">
<div class="captions-translation-dialog html5-popup-dialog html5-stop-propagation hid">
<div class="html5-popup-dialog-title">
<h3>Translate...</h3>
<span class="html5-beta-label">BETA</span>
</div>
<select class="captions-translation-select"></select>
<div class="html5-popup-dialog-buttons">
<button type="button" onclick=";return false;" class="captions-translation-confirm yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">OK </span></button>
<button type="button" onclick=";return false;" class="captions-translation-cancel yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">Cancel </span></button>
</div>
</div>
<div class="captions-settings-dialog html5-popup-dialog html5-stop-propagation hid">
<div class="html5-popup-dialog-title">
<h3>Caption Settings</h3>
</div>
<div class="html5-popup-dialog-body">
<div class="html5-popup-grouping">
<form class="html5-popup-side-left">
<p>Background - Shortcut: b</p>
<ul class="captions-settings-background-opacity">
<li>
<span class="yt-uix-form-input-radio-container captions-settings-background-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="background-opacity" id="captions-settings-background-opacity: 0.0" value="0.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-background-opacity: 0.0" aria-label="background: Transparent">Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-background-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="background-opacity" id="captions-settings-background-opacity: 0.5" value="0.5"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-background-opacity: 0.5" aria-label="background: Semi-Transparent">Semi-Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-background-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="background-opacity" id="captions-settings-background-opacity: 1.0" value="1.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-background-opacity: 1.0" aria-label="background: Opaque">Opaque</label>
</li>
</ul>
</form>
<form class="html5-popup-side-left">
<p>Text - Shortcut: o</p>
<ul class="captions-settings-text-opacity">
<li>
<span class="yt-uix-form-input-radio-container captions-settings-text-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="text-opacity" id="captions-settings-text-opacity: 0.0" value="0.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-text-opacity: 0.0" aria-label="text: Transparent">Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-text-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="text-opacity" id="captions-settings-text-opacity: 0.5" value="0.5"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-text-opacity: 0.5" aria-label="text: Semi-Transparent">Semi-Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-text-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="text-opacity" id="captions-settings-text-opacity: 1.0" value="1.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-text-opacity: 1.0" aria-label="text: Opaque">Opaque</label>
</li>
</ul>
</form>
<form class="html5-popup-side-left">
<p>Window - Shortcut: w</p>
<ul class="captions-settings-window-opacity">
<li>
<span class="yt-uix-form-input-radio-container captions-settings-window-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="window-opacity" id="captions-settings-window-opacity: 0.0" value="0.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-window-opacity: 0.0" aria-label="window: Transparent">Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-window-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="window-opacity" id="captions-settings-window-opacity: 0.5" value="0.5"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-window-opacity: 0.5" aria-label="window: Semi-Transparent">Semi-Transparent</label>
</li>
<li>
<span class="yt-uix-form-input-radio-container captions-settings-window-opacity-radio"><input type="radio" class="yt-uix-form-input-radio" name="window-opacity" id="captions-settings-window-opacity: 1.0" value="1.0"><span class="yt-uix-form-input-radio-element"></span></span>
<label for="captions-settings-window-opacity: 1.0" aria-label="window: Opaque">Opaque</label>
</li>
</ul>
</form>
<p class="html5-popup-side-right">
<button type="button" title="Increase font size" onclick=";return false;" class="captions-settings-font-inc yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-tooltip" role="button" aria-label="Increase font size"><span class="yt-uix-button-content">+ </span></button>
<button type="button" title="Decrease font size" onclick=";return false;" class="captions-settings-font-dec yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-tooltip" role="button" aria-label="Decrease font size"><span class="yt-uix-button-content">- </span></button>
Shortcut: +/-
</p>
</div>
<div class="html5-popup-grouping">
<div class="html5-popup-side-left">
<div class="html5-popup-grouping captions-settings-color-picker-group">
<p class="html5-popup-side-left">
Foreground
</p>
<p class="html5-popup-side-right">
<button data-color="#080808" onclick=";return false;" style="background: #080808" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #080808"></button>
<button data-color="#00f" onclick=";return false;" style="background: #00f" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #00f"></button>
<button data-color="#0f0" onclick=";return false;" style="background: #0f0" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #0f0"></button>
<button data-color="#0ff" onclick=";return false;" style="background: #0ff" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #0ff"></button>
<button data-color="#f00" onclick=";return false;" style="background: #f00" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #f00"></button>
<button data-color="#f0f" onclick=";return false;" style="background: #f0f" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #f0f"></button>
<button data-color="#ff0" onclick=";return false;" style="background: #ff0" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #ff0"></button>
<button data-color="#fff" onclick=";return false;" style="background: #fff" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="color #fff"></button>
</p>
</div>
<div class="html5-popup-grouping captions-settings-color-picker-group">
<p class="html5-popup-side-left">
Background
</p>
<p class="html5-popup-side-right">
<button onclick=";return false;" style="background: #080808" type="button" data-background="#080808" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #080808"></button>
<button onclick=";return false;" style="background: #00f" type="button" data-background="#00f" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #00f"></button>
<button onclick=";return false;" style="background: #0f0" type="button" data-background="#0f0" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #0f0"></button>
<button onclick=";return false;" style="background: #0ff" type="button" data-background="#0ff" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #0ff"></button>
<button onclick=";return false;" style="background: #f00" type="button" data-background="#f00" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #f00"></button>
<button onclick=";return false;" style="background: #f0f" type="button" data-background="#f0f" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #f0f"></button>
<button onclick=";return false;" style="background: #ff0" type="button" data-background="#ff0" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #ff0"></button>
<button onclick=";return false;" style="background: #fff" type="button" data-background="#fff" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="background #fff"></button>
</p>
</div>
<div class="html5-popup-grouping captions-settings-color-picker-group">
<p class="html5-popup-side-left">
Window
</p>
<p class="html5-popup-side-right">
<button onclick=";return false;" style="background: #080808" data-windowcolor="#080808" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #080808"></button>
<button onclick=";return false;" style="background: #00f" data-windowcolor="#00f" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #00f"></button>
<button onclick=";return false;" style="background: #0f0" data-windowcolor="#0f0" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #0f0"></button>
<button onclick=";return false;" style="background: #0ff" data-windowcolor="#0ff" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #0ff"></button>
<button onclick=";return false;" style="background: #f00" data-windowcolor="#f00" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #f00"></button>
<button onclick=";return false;" style="background: #f0f" data-windowcolor="#f0f" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #f0f"></button>
<button onclick=";return false;" style="background: #ff0" data-windowcolor="#ff0" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #ff0"></button>
<button onclick=";return false;" style="background: #fff" data-windowcolor="#fff" type="button" class="html5-color-picker-button yt-uix-button yt-uix-button-default yt-uix-button-size-default yt-uix-button-empty" role="button" aria-label="windowColor #fff"></button>
</p>
</div>
</div>
<div class="captions-settings-drop-down-group">
<div class="html5-popup-grouping captions-settings-char-edge-style-group">
<p class="html5-popup-side-left">
Character Edge Style
</p>
<p class="html5-popup-side-right">
<span class="yt-uix-form-input-select captions-settings-char-edge-style"><span class="yt-uix-form-input-select-content"><img src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-form-input-select-arrow"><span class="yt-uix-form-input-select-value"></span></span><select class="yt-uix-form-input-select-element captions-settings-char-edge-style-select"> <option value="none">
None
</option>
<option value="dropShadow">
Drop Shadow
</option>
<option value="raised">
Raised
</option>
<option value="depressed">
Depressed
</option>
<option value="uniform">
Uniform
</option>
</select></span>
</p>
</div>
<div class="html5-popup-grouping captions-settings-font-family-group">
<p class="html5-popup-side-left">
Font Family
</p>
<p class="html5-popup-side-right">
<span class="yt-uix-form-input-select captions-settings-font-family"><span class="yt-uix-form-input-select-content"><img src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" class="yt-uix-form-input-select-arrow"><span class="yt-uix-form-input-select-value"></span></span><select class="yt-uix-form-input-select-element captions-settings-font-family-select"> <option value="monoSerif">
Monospaced Serif
</option>
<option value="propSerif">
Proportional Serif
</option>
<option value="monoSans">
Monospaced Sans-Serif
</option>
<option value="propSans">
Proportional Sans-Serif
</option>
<option value="casual">
Casual
</option>
<option value="cursive">
Cursive
</option>
<option value="smallCaps">
Small Capitals
</option>
</select></span>
</p>
</div>
</div>
</div>
</div>
<div class="html5-popup-grouping html5-popup-dialog-buttons captions-settings-dialog-buttons">
<p class="html5-popup-side-left">
</p>
<button type="button" onclick=";return false;" class="captions-settings-cancel yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">Reset </span></button>
<button type="button" onclick=";return false;" class="captions-settings-confirm yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">Done </span></button>
</div>
</div>
<div class="threed-html5-warning-dialog html5-popup-dialog html5-stop-propagation hid">
<div class="html5-popup-dialog-title">
<h3>No HTML5 3D hardware detected</h3>
</div>
<div class="html5-popup-dialog-body">
<p>
Get <a href="//support.google.com/youtube/bin/answer.py?answer=1229982&hl=en-US">help setting up HTML5 3D</a>, or change 3D viewing modes.
</p>
</div>
<div class="html5-popup-dialog-buttons">
<button type="button" onclick=";window.location.href=this.getAttribute('href');return false;" href="#" class="html5-threed-dialog-change-mode-button yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">Change 3D viewing mode </span></button>
<button type="button" onclick=";return false;" class="threed-html5-warning-close yt-uix-button yt-uix-button-default yt-uix-button-size-default" role="button"><span class="yt-uix-button-content">Close </span></button>
</div>
</div>
</div>
<div class="html5-video-content"></div>
<div class="video-annotations">
<div class="countdowntimer hid">
<svg width="60" height="60">
<g>
<circle cx="30" cy="30" r="15" class="countdowntimer-background-circle"></circle>
<path d="M30,30 z" class="countdowntimer-diminishing-pieslice"></path>
<circle cx="30" cy="30" r="4" class="countdowntimer-middle-dot"></circle>
</g>
</svg>
</div>
</div>
<div class="video-ads html5-stop-propagation">
<div class="video-ad-interstitial">
<span>Your video will resume after the following ad.</span>
</div>
<div class="video-ad-status-bar">
<div class="video-ad-label">Advertisement</div>
<div class="video-ad-time-left"></div>
<div class="html5-progress-bar html5-stop-propagation">
<div class="html5-ad-progress-list html5-progress-list html5-progress-item"></div>
</div>
</div>
<div class="ad-container"></div>
</div>
<div class="html5-info-bar html5-stop-propagation">
<div class="html5-title">
<div class="html5-like-dislike-buttons hid"></div>
<div class="html5-title-logo hid">YouTube</div>
<div class="html5-title-text" tabindex="1"></div>
</div>
<div class="html5-info-panel">
<div class="html5-info-panel-loading-icon"></div>
<div class="html5-info-panel-content hid">
<div>
<div class="html5-author-img">
<span class="video-thumb yt-thumb yt-thumb-138">
<span class="yt-thumb-default">
<span class="yt-thumb-clip">
<img src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="Thumbnail" width="138">
<span class="vertical-align"></span>
</span>
</span>
</span>
</div>
<div class="html5-author-info">
<div class="html5-author-name"></div>
</div>
<div class="html5-subscribe-button-container"></div>
</div>
<div>
<div class="html5-video-info">
<div class="html5-view-count"></div>
</div>
<p class="html5-description-text" dir="auto"></p>
</div>
</div>
</div>
<div class="share-bar"></div>
</div>
<img class="html5-watermark html5-stop-propagation ytp-scalable-icon-shrink hid" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="watermark">
<div class="html5-endscreen html5-stop-propagation">
<div class="html5-endscreen-content"></div>
<div class="videowall-still-content-template">
<!--
<span class="videowall-still-featured-label">Featured video</span>
<span class="videowall-still-info">
<span class="videowall-still-info-bg"></span>
<span class="videowall-still-info-title">__title__</span>
<span class="videowall-still-info-author">__author__</span>
<span class="videowall-still-info-duration">__duration__</span>
<span class="videowall-still-info-view-count">__view_count__</span>
</span>
<div class="videowall-still-listlabel-episodic videowall-still-listlabel">
<div class="videowall-still-listlabel-episodic-heading">Up next</div>
<span class="videowall-still-listlabel-episodic-icon"></span>
<div class="videowall-still-listlabel-episodic-info">
<span class="videowall-still-listlabel-episodic-index">__index__ / __playlist_length__</span>
__title__
</div>
</div>
<span class="videowall-still-listlabel-regular videowall-still-listlabel">
<span class="videowall-still-listlabel-icon"></span>
Playlist <span class='videowall-still-listlabel-length'>(__playlist_length__)</span>
</span>
<div class="videowall-still-listlabel-autoplay videowall-still-listlabel">
<span class="videowall-still-listlabel-autoplay-label">
Autoplay
</span>
<span class="videowall-still-listlabel-autoplay-message"></span>
</div>
-->
</div>
</div>
<ul class="html5-context-menu yt-uix-button-menu hid">
<li>
<span class="yt-uix-button-menu-item html5-context-menu-copy-video-url">Copy video URL</span>
</li>
<li>
<span class="yt-uix-button-menu-item html5-context-menu-copy-video-url-at-current-time">Copy video URL at current time</span>
</li>
<li>
<span class="yt-uix-button-menu-item html5-context-menu-copy-embed-html">Copy embed HTML</span>
</li>
<li>
<span class="yt-uix-button-menu-item html5-context-menu-report-playback-issue">Report playback issue</span>
</li>
<li>
<span class="yt-uix-button-menu-item html5-context-menu-copy-debug-info">Copy debug info</span>
</li>
<li>
<span class="yt-uix-button-menu-item html5-context-menu-show-video-info">Stats for nerds</span>
</li>
<li>
<a class="yt-uix-button-menu-item html5-context-menu-link" target="_blank" href="/html5">About the HTML5 player</a>
</li>
</ul>
<div class="html5-remote-module">
<div class="html5-remote-display-status-bar"></div>
<div class="ytp-remote-display-container html5-center-transform html5-center-overlay">
<div class="html5-remote-display-error html5-center-transform html5-center-overlay"></div>
</div>
</div>
</div>
<div class="html5-video-controls">
<div class="html5-progress-bar-container">
<div class="html5-progress-bar html5-stop-propagation">
<div class="html5-progress-bar-inner html5-draggable">
<div class="ytp-force-transform"></div>
<div class="html5-clip-start html5-clip-marker html5-progress-item yt-uix-tooltip" title="Watch entire video"></div>
<div class="html5-clip-end html5-clip-marker html5-progress-item yt-uix-tooltip" title="Watch entire video"></div>
<div class="html5-scrubber-track">
<div class="ytp-force-transform"></div>
<div class="html5-scrubber-button html5-progress-item"></div>
</div>
<div class="html5-progress-list html5-progress-item">
<div class="ytp-force-transform"></div>
<div class="ytp-play-progress"></div>
<div class="ytp-load-progress"></div>
<div class="html5-clip-exclusion html5-carbon-fiber"></div>
<div class="html5-highlight hid"></div>
</div>
<div class="html5-ad-progress-list html5-progress-list html5-progress-item"></div>
</div>
<div class="html5-progress-screenreader" aria-live="assertive"></div>
</div>
<div class="html5-storyboard">
<div class="html5-storyboard-filmstrip">
<img class="html5-storyboard-thumbnail" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif">
</div>
<div class="html5-storyboard-lens">
<img class="html5-storyboard-lens-thumbnail" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif">
<span class="html5-storyboard-lens-timestamp"></span>
</div>
</div>
</div>
<div class="html5-player-chrome html5-stop-propagation">
<div class="yt-uix-button yt-uix-button-player html5-volume-control html5-control html5-control-sep">
<button type="button" onclick=";return false;" tabindex="4" class="html5-volume-button ytp-tooltip-anchor yt-uix-button yt-uix-button-player yt-uix-button-size-default yt-uix-button-has-icon yt-uix-button-empty" data-tooltip-default="Mute" data-tooltip-alt="Unmute" data-tooltip="Mute" role="button" aria-label="Mute toggle"><span class="yt-uix-button-icon-wrapper"><img class="yt-uix-button-icon yt-uix-button-icon-html5" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""></span></button>
<div class="html5-volume-panel" role="slider" tabindex="5" aria-valuemin="0" aria-valuemax="100">
<div class="html5-volume-slider html5-draggable">
<div class="html5-volume-slider-foreground"></div>
</div>
</div>
</div>
<button type="button" onclick=";return false;" tabindex="5" class="html5-remote-button html5-control-right html5-control-sep yt-uix-button-reverse ytp-tooltip-anchor flip yt-uix-button yt-uix-button-player yt-uix-button-size-default yt-uix-button-has-icon yt-uix-button-empty" data-tooltip="Play on TV" role="button" aria-pressed="false" aria-expanded="false" aria-haspopup="true" aria-activedescendant="" aria-label="Play on TV"><span class="yt-uix-button-icon-wrapper"><img class="yt-uix-button-icon yt-uix-button-icon-html5" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""></span><img class="yt-uix-button-arrow" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""><div class=" yt-uix-button-menu yt-uix-button-menu-player" style="display: none;"> <ul class="html5-remote-popup-menu html5-popup-menu">
<li class="html5-popup-menu-header">
Play on
</li>
<li>
<div class="html5-remote-receiver-template hid">
<!--
<li class="yt-uix-button-menu-item" data-action="remote-select-receiver" data-value="__receiver_key__">
<span class="yt-uix-button-menu-close">__receiver_name__</span>
</li>
-->
</div>
<div class="html5-receiver-popup-menu html5-popup-menu html5-popup-select-list list-style-menu">
<ul class="html5-remote-receivers">
</ul>
</div>
</li>
</ul>
</div></button>
<button type="button" onclick=";return false;" tabindex="12" class="html5-watch-on-youtube-button html5-control-right html5-control-sep ytp-tooltip-anchor yt-uix-button yt-uix-button-player yt-uix-button-size-default yt-uix-button-has-icon yt-uix-button-empty" data-tooltip="Watch on YouTube" role="button" aria-label="Watch on YouTube"><span class="yt-uix-button-icon-wrapper"><img class="yt-uix-button-icon yt-uix-button-icon-html5" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""></span></button>
<button type="button" onclick=";return false;" tabindex="11" class="html5-watch-later-button html5-control-right html5-control-sep yt-uix-button yt-uix-button-player yt-uix-button-size-default yt-uix-button-has-icon yt-uix-button-empty" data-tooltip="Watch later" role="button" aria-label="Watch later"><span class="yt-uix-button-icon-wrapper"><img class="yt-uix-button-icon yt-uix-button-icon-html5" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""></span></button>
<button type="button" onclick=";return false;" tabindex="7" class="html5-text-button html5-threed-button html5-control-right yt-uix-button-reverse ytp-tooltip-anchor flip hid yt-uix-button yt-uix-button-player yt-uix-button-size-default" data-tooltip="3D Options" role="button" aria-pressed="false" aria-expanded="false" aria-haspopup="true" aria-activedescendant="" aria-label="3D"><span class="yt-uix-button-content">3D </span><img class="yt-uix-button-arrow" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""><div class=" yt-uix-button-menu yt-uix-button-menu-player" style="display: none;"> <ul class="html5-threed-popup-menu html5-popup-menu">
<li class="yt-uix-button-menu-item">
<a class="html5-threed-popup-menu-change-mode-link">Change 3D viewing mode...</a>
</li>
<li class="yt-uix-button-menu-item html5-threed-conversion-on hid">
Turn on converted 3D
</li>
<li class="yt-uix-button-menu-item html5-threed-conversion-off hid">
Turn off converted 3D
</li>
</ul>
</div></button>
<button type="button" onclick=";return false;" tabindex="6" class="html5-playlist-button html5-control-right ytp-tooltip-anchor hid yt-uix-button yt-uix-button-player yt-uix-button-size-default yt-uix-button-has-icon yt-uix-button-empty" data-tooltip="Playlist" role="button" aria-label="Playlist"><span class="yt-uix-button-icon-wrapper"><img class="yt-uix-button-icon yt-uix-button-icon-html5" src="http://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif" alt="" title=""></span></button>
</div>
</div>
<div id="html5-player-messages" class="hid">
<div id="AUTOPLAY_MESSAGE">{"other": "Next video in #", "case1": "Next video in 1"}</div>
<div id="YTP_STILL_THERE">Are you still there? If so, please click the button below to continue watching the playlist.</div>
<div id="YTP_DISMISS">OK</div>
<div id="HTML5_DEFAULT_FALLBACK">This video is currently unavailable.</div>
<div id="HTML5_NO_AVAILABLE_FORMATS_FALLBACK">Your browser does not currently recognize any of the video formats available.<br><a href="/html5">Click here to visit our frequently asked questions about HTML5 video.</a></div>
<div id="FLASH_FALLBACK">The Adobe Flash Player is required for video playback. <br> <a href="http://get.adobe.com/flashplayer/">Get the latest Flash Player</a></div>
<div id="DEVICE_FALLBACK">Sorry, this video is not available on this device.</div>
<div id="LEARN_MORE"><div class="error-help-link"><a href="http://support.google.com/youtube/?p=player_error1" target="_blank">Learn more</a></div></div>
<div id="YTP_SENTIMENT_LIKE">{"other": "# likes", "case1": "1 like", "case0": "0 likes"}</div>
<div id="YTP_SENTIMENT_DISLIKE">{"other": "# dislikes", "case1": "1 dislike", "case0": "0 dislikes"}</div>
<div id="YTP_AUTHOR_ATTRIBUTION">by $author</div>
<div id="YTP_SHARE_PLAYLIST">Share this playlist</div>
<div id="YTP_WATCH_NEXT">Watch next</div>
<div id="YTP_VIEWS">{"other": "# views", "case1": "1 view"}</div>
<div id="YTP_BUTTON_CANCEL">Cancel</div>
<div id="YTP_BUTTON_PLAY">Play</div>
<div id="YTP_BUTTON_PAUSE">Pause</div>
<div id="YTP_BUTTON_REPLAY">Replay</div>
<div id="YTP_BUTTON_STOP">Stop live playback</div>
<div id="YTP_BUTTON_PLAYLIST">Playlist</div>
<div id="YTP_BUTTON_NEXT">Next</div>
<div id="YTP_BUTTON_PREVIOUS">Previous</div>
<div id="YTP_BUTTON_LOOP">Loop</div>
<div id="YTP_BUTTON_SHUFFLE">Shuffle</div>
<div id="YTP_BUTTON_EXPAND">Expand</div>
<div id="YTP_BUTTON_COLLAPSE">Collapse</div>
<div id="YTP_BUTTON_LIKE">Like</div>
<div id="YTP_BUTTON_DISLIKE">Dislike</div>
<div id="YTP_BUTTON_FULLSCREEN_ENTER">Full screen</div>
<div id="YTP_BUTTON_FULLSCREEN_EXIT">Exit full screen</div>
<div id="YTP_BUTTON_SHARE">Share</div>
<div id="YTP_BUTTON_MORE_SHARE">More</div>
<div id="YTP_BUTTON_INFO">More info</div>
<div id="YTP_BUTTON_CLOSE">Close</div>
<div id="YTP_TOOLTIP_IDENTITY_WATCH_LATER">Watch Later as __user_name__</div>
<div id="YTP_TOOLTIP_IDENTITY">as __user_name__</div>
<div id="YTP_TOOLTIP_WATCH_LATER">Watch later</div>
<div id="YTP_TOOLTIP_SETTINGS">Settings</div>
<div id="YTP_TOOLTIP_SUBTITLES">Captions</div>
<div id="YTP_TOOLTIP_LARGE_PLAYER">Large player</div>
<div id="YTP_TOOLTIP_SMALL_PLAYER">Small player</div>
<div id="HTML5_SPEED_NORMAL">Normal</div>
<div id="HTML5_QUALITY_SETTING">quality</div>
<div id="HTML5_SPEED_SETTING">speed</div>
<div id="HTML5_VOLUME_SETTING">volume</div>
<div id="HTML5_VOLUME_MUTED">muted</div>
<div id="HTML5_VOLUME_MUTE">mute</div>
<div id="HTML5_VOLUME_UNMUTE">unmute</div>
<div id="HTML5_CONTROL_TOGGLE">toggle</div>
<div id="YTP_QUALITY_TITLE">Quality</div>
<div id="YTP_QUALITY_HIGHRES">2160p <sup>4K</sup></div>
<div id="YTP_QUALITY_HD1440">1440p <sup>HD</sup></div>
<div id="YTP_QUALITY_HD1080">1080p <sup>HD</sup></div>
<div id="YTP_QUALITY_HD720">720p <sup>HD</sup></div>
<div id="YTP_QUALITY_LARGE">480p</div>
<div id="YTP_QUALITY_MEDIUM">360p</div>
<div id="YTP_QUALITY_SMALL">240p</div>
<div id="YTP_QUALITY_TINY">144p</div>
<div id="YTP_QUALITY_AUTO">Auto</div>
<div id="YTP_QUALITY_AUTO_WITH_QUALITY">Auto ($video_quality)</div>
<div id="YTP_PLAYER_SPEED_TITLE">Speed</div>
<div id="YTP_PLAYER_SPEED_NORMAL">Normal</div>
<div id="YTP_ANNOTATIONS_TITLE">Annotations</div>
<div id="YTP_SAMPLE_SUBTITLES">Captions look like this</div>
<div id="YTP_SUBTITLES_TITLE">Captions</div>
<div id="YTP_AUDIO_TRACK_TITLE">Audio track</div>
<div id="YTP_OFF">OFF</div>
<div id="YTP_ON">ON</div>
<div id="YTP_MORE_OPTIONS">Options</div>
<div id="HTML5_SUBS_TRANSCRIBED">transcribed</div>
<div id="HTML5_SUBS_ASR">automatic captions</div>
<div id="VISIT_ADVERTISERS_SITE">Visit advertiser's site</div>
<div id="YTP_TRANSLATE_CAPTIONS">Translate Captions</div>
<div id="FRESCA_STARTING_SOON_MESSAGE">Starting soon...</div>
<div id="FRESCA_COMPLETE_MESSAGE">Thanks for watching!</div>
<div id="FRESCA_STAND_BY_MESSAGE">Please stand by.</div>
<div id="YPC_CLICKWRAP_HEADER">Would you like to start this rental?</div>
<div id="YPC_CLICKWRAP_BUTTON">Start rental period</div>
<div id="ERROR_ALREADY_PINNED_ON_A_DEVICE">This video has already been downloaded on the maximum number of devices allowed by the copyright holder. Before you can play the video here, it needs to be unpinned on another device.</div>
<div id="ERROR_CANNOT_ACTIVATE_RENTAL">An error occurred when activating your rental. Please refresh or try again later.</div>
<div id="ERROR_CAST_SESSION_DEVICE_MISMATCHED">The device in the cast session doesn't match the requested one.</div>
<div id="ERROR_CAST_SESSION_VIDEO_MISMATCHED">The video in the cast session doesn't match the requested one.</div>
<div id="ERROR_CAST_TOKEN_EXPIRED">Cast session was expired. Please refresh.</div>
<div id="ERROR_CAST_TOKEN_FAILED">Cast session not available. Please refresh or try again later.</div>
<div id="ERROR_CAST_TOKEN_MALFORMED">Invalid cast session. Please refresh or try again later.</div>
<div id="ERROR_GEO_FAILURE">This video isn't available in your country.</div>
<div id="ERROR_INVALID_DRM_MESSAGE">The DRM system specific message is invalid.</div>
<div id="ERROR_LICENSE">This video's license could not be obtained. Please try again later.</div>
<div id="ERROR_NOT_SIGNED_IN">Please sign in to resume watching.</div>
<div id="ERROR_PURCHASE_NOT_FOUND">Purchase agreement not found.</div>
<div id="ERROR_PURCHASE_REFUNDED">This video's purchase has been refunded.</div>
<div id="ERROR_RENTAL_EXPIRED">This video's rental has expired.</div>
<div id="ERROR_RETRYABLE_ERROR">There was a temporary server error. Please try again later.</div>
<div id="ERROR_SERVER_ERROR">There was an internal server error. Please try again later.</div>
<div id="ERROR_STOPPED_BY_ANOTHER_PLAYBACK">Playback stopped because this video started playing on another device.</div>
<div id="ERROR_STREAMING_DEVICES_QUOTA_PER_24H_EXCEEDED">Too many devices/IP addresses have been used over the 24 hour period.</div>
<div id="ERROR_STREAMING_NOT_ALLOWED">Playback not allowed because this video is pinned on another device.</div>
<div id="ERROR_STREAMING_UNAVAILABLE">Playback is unavailable right now because this video has been downloaded for offline viewing.</div>
<div id="ERROR_TOO_MANY_STREAMS_PER_USER">Playback stopped because too many videos belonging to the same account are playing.</div>
<div id="ERROR_TOO_MANY_STREAMS_PER_ENTITLEMENT">Playback stopped because this video has been played on too many devices.</div>
<div id="ERROR_UNSUPPORTED_DEVICE">Playback isn't supported on this device.</div>
<div id="ERROR_UNUSUAL_ACTIVITY">Due to unusual account activity, this video is not currently available.</div>
<div id="ERROR_VIDEO_FORBIDDEN">Access to this video is forbidden.</div>
<div id="ERROR_VIDEO_NOT_FOUND">This video can not be found.</div>
<div id="REMOTE_CONNECTED_STATUS">Playing on __receiver_name__</div>
<div id="REMOTE_CONNECTING_STATUS">Connecting to __receiver_name__</div>
<div id="REMOTE_ERROR_STATUS">Error on __receiver_name__</div>
<div id="REMOTE_LOCAL_SCREEN">This Computer</div>
<div id="REMOTE_PLAYER_ERROR">This video is not available for remote playback.</div>
<div id="REMOTE_PLAYER_RECONNECT_TIME">Please check your internet connection. Retrying in __formatted_time__..</div>
<div id="REMOTE_PLAYER_RECONNECT_BUTTON">Reconnect</div>
</div>
</div>
</body></html>