Skip to content

Commit 5e38f02

Browse files
authored
Update youtube-info-extractor.html
1 parent bc24a50 commit 5e38f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

youtube-info-extractor.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<title>YouTube: Retrieve Title and info for list of videos</title>
6+
<title>Youtube video info extractor</title>
77
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
88
<style>
99
body, textarea {
@@ -20,13 +20,13 @@ <h2>Youtube video info extractor</h2>
2020
<table width="100%">
2121
<tr width="100%">
2222
<td width="40%">
23-
<h4>Enter YouTube Video URLs in the text box below, one URL per line</h3>
23+
<h4>Enter YouTube Video URLs in the text box below,<br>one URL per line</h3>
2424

2525
<textarea id="search-txt" type="text" rows="20" cols="50">
2626
https://www.youtube.com/watch?v=_w1De4KqshI
2727
</textarea>
2828
<br><br>
29-
<input id="search-btn" type="button" value="Fetch Video Information">
29+
<input id="search-btn" type="button" value="Fetch Video Information"> <small>give it a few secs</small>
3030
</td><td>
3131
Output: <br>
3232
<textarea id="output" rows="25" cols="80"></textarea>

0 commit comments

Comments
 (0)