File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< html >
4
4
< head >
5
5
< 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 >
7
7
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js "> </ script >
8
8
< style >
9
9
body , textarea {
@@ -20,13 +20,13 @@ <h2>Youtube video info extractor</h2>
20
20
< table width ="100% ">
21
21
< tr width ="100% ">
22
22
< 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 >
24
24
25
25
< textarea id ="search-txt " type ="text " rows ="20 " cols ="50 ">
26
26
https://www.youtube.com/watch?v=_w1De4KqshI
27
27
</ textarea >
28
28
< 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 >
30
30
</ td > < td >
31
31
Output: < br >
32
32
< textarea id ="output " rows ="25 " cols ="80 "> </ textarea >
You can’t perform that action at this time.
0 commit comments