Skip to content

Commit

Permalink
Update youtube-info-extractor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
answerquest committed Jul 9, 2017
1 parent bc24a50 commit 5e38f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions youtube-info-extractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>YouTube: Retrieve Title and info for list of videos</title>
<title>Youtube video info extractor</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style>
body, textarea {
Expand All @@ -20,13 +20,13 @@ <h2>Youtube video info extractor</h2>
<table width="100%">
<tr width="100%">
<td width="40%">
<h4>Enter YouTube Video URLs in the text box below, one URL per line</h3>
<h4>Enter YouTube Video URLs in the text box below,<br>one URL per line</h3>

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

0 comments on commit 5e38f02

Please sign in to comment.