-
Notifications
You must be signed in to change notification settings - Fork 120
/
watch_feather.html
219 lines (206 loc) · 6.62 KB
/
watch_feather.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>YouTube - video_title</title>
<link rel="stylesheet" href="/www-core-feather.css">
<link rel="stylesheet" href="nbedit_style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#watch-channel-vids-div {
background: #dddddd;
}
#watch-embed-div label, #watch-url-div label {
text-align: left !important;
}
#watch-channel-icon {
margin-top: 10px;
margin-left: 8px;
}
#watch-video-details-inner-more {
padding-left: 11px;
padding-right: 11px;
margin-top: 16px !important;
}
.watch-video-added {
font-weight: bold;
}
.watch-video-desc {
margin-top: 16px;
}
#watch-video-details-inner-more {
margin-top: 16px;
}
#watch-channel-stats {
text-align: right;
float: right;
padding: 14px 14px;
font-size: 20px;
}
#watch-channel-stats a {
float: right;
}
.watch-comment-entry {
border-top: none !important;
}
#watch-views-div {
float: right;
position: absolute;
right: 5px;
top: 0px;
font-size: 15px;
font-weight: initial !important;
}
#watch-channel-icon {
overflow: hidden;
}
</style>
<!--yt2009_style_fixes_f-->
</head>
<body class="en_US is-english">
<script>
// check if the video exists based on the thumbnail image height
// put on the top to make sure it's working by the time the images load
function checkExists(element) {
if(element.naturalHeight <= 90) {
// 404 image
var id = element.parentNode.getAttribute("href").split("?v=")[1]
document.querySelector("[data-id=\"" + id + "\"]").className += " hid"
}
}
</script>
<div id="masthead-container">
<div id="masthead">
<a href="/">
<button id="logo" class="master-sprite" title="" onclick="window.top.location.href='/'; return false;"></button>
</a>
<div id="masthead-search">
<form autocomplete="off" class="search-form" action="/results" method="get" name="searchForm">
<input id="masthead-search-term" class="search-term" name="search_query" type="text" tabindex="1" value="" maxlength="128">
<input id="search-type-masthead" name="search_type" type="hidden" value="">
<a class="yt-button yt-button-primary" id="" onclick="this.parentNode.submit();"><span style="display: block;">Search</span></a>
</form>
</div>
<div id="masthead-end"></div>
</div>
</div>
<div id="baseDiv" class="date-20090927 video-info ">
<div id="watch-vid-title" class="title longform">
<h1 class="watch-vid-ab-title">video_title</h1>
<div id="watch-views-div">
<span id="watch-views"><span id="watch-view-count">video_view_count</span> views</span>
</div>
</div>
<div class="clearL"></div>
<!-- end top section -->
<div id="watch-this-vid" class="yt-rounded">
<!--yt2009_f-->
<!--yt2009_html5_rm_1-->
<div id="watch-player-div" class="flash-player">
<iframe class="html5_video" src="/embed/video_id"></iframe>
</div>
<!--yt2009_html5_rm_2-->
</div>
<!-- begin right section -->
<div id="watch-other-vids">
<div id="watch-channel-vids-div" class="vcard">
<div id="watch-channel-vids-top">
<div id="watch-channel-icon" class="user-thumb-medium">
<div>
<a class="url" href="#"><img src="channel_icon" class="photo" alt="Channel Icon"></a>
</div>
</div>
<div id="watch-channel-stats">
<a href="channel_url" class="hLink fn n contributor">channel_name</a><br>
</div>
<div class="clear"></div>
</div>
<div id="watch-video-details">
<div id="watch-video-details-inner">
<div id="watch-video-details-inner-more">
<span class="watch-video-added post-date">upload_date</span><br>
<div class="watch-video-desc description">
<!--yt2009_wayback_full_desc--><span>
video_full_description</span>
</div>
</div>
<div id="watch-url-div">
<form action="" name="urlForm" id="urlForm">
<label for="watch-url-field">URL</label>
<input name="video_link" id="watch-url-field" type="text" class="email-video-url" value="video_url" readonly>
<div class="clearL"></div>
</form>
</div>
<div id="watch-embed-div">
<form action="" name="embedForm" id="embedForm">
<label for="embed_code">Embed</label>
<div>
<input id="embed_code" name="embed_code" type="text" value="video_embed_link" readonly />
</div>
<div class="clearL"></div>
</form>
</div>
</div>
<form id="watch-customize-embed-div" name="embedCustomizeForm" style="display: none;">Loading...
</form>
</div>
</div>
<!--yt2009_playlist_panel-->
<div id="watch-related-videos-panel" class="watch-discoverbox-wrapper yt-uix-expander " data-expander-action="watchTogglePanel" data-discoverbox-type="related" data-discoverbox-username="">
<h2 class="yt-uix-expander-head">
<button title="" class="yt-uix-expander-arrow master-sprite"></button>
<span>
Related Videos
</span>
</h2>
<div id="watch-related-vids-body" class="watch-discoverbox-body mini-list-view yt-uix-expander-body">
<div id="watch-related-discoverbox" class="watch-discoverbox" style="height:432px">
<!--yt2009_wayback_related_features_marking-->
<!--yt2009_exp_related_marking-->
<!--yt2009_add_marking_related-->
</div>
</div>
<div class="clearL"></div>
</div>
</div>
<!-- end right section -->
<!-- begin info section -->
<div id="watch-this-vid-info">
<div id="watch-ratings-views">
<div id="watch-rating-div">
<div id="ratingWrapper">
<div class="floatL">
<div id="ratingStars" class="floatL">
<button class="master-sprite ratingL ratingL-4.5" title="4.5"></button>
</div>
<div id="ratingMessage">
<div id="defaultRatingMessage"><span class="smallText">yt2009_ratings_count ratings</span></div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="watch-comment-panel" class="yt-uix-expander expander-small" data-expander-action="watchToggleCommentPanel">
<div class="yt-uix-expander-body">
<div id="div_main_comment2"></div>
<div id="recent_comments" class="comments">
<!--yt2009_wayback_comments-->
<!--yt2009_add_comments-->
<table id="watch-comments-footer-table">
<tbody>
<tr>
<td class="watch-comments-footer-td">
<strong>Showing <span id="watch-comment-count">yt2009_comment_count</span></strong> comments
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="copyright">
© 2009 YouTube, LLC
</div>
</div>
</body>
</html>