Last active
August 29, 2015 14:21
-
-
Save Engineer-of-Stuff/3c2b1ea9a3387c4e5516 to your computer and use it in GitHub Desktop.
YouTube Download (embedable). Forked from Ismael Chriki.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
<form class="form-download" method="get" id="download" action="http://youtube-download.bl.ee/getvideo.php"> | |
<h1 class="form-download-heading">Youtube Downloader</h1> | |
<div class="input-group"> | |
<span class="input-group-addon">http://www.youtube.com/watch?v=</span> | |
<input type="text" class="form-control" name="videoid" id="videoid" size="40" placeholder="Video ID"> | |
</div> | |
<span class="help-block">Put in just the ID bit, the part after v=.</span> | |
<input class="btn btn-primary btn-lg btn-block" type="submit" name="type" id="type" value="Download"> | |
<span class="help-block">Example: http://www.youtube.com/watch?v=<b>x0Er5zX_sCw</b></span> | |
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fyoutube-download.bl.ee%2F&width&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=793574723989121" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" | |
allowtransparency="true"></iframe> | |
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/tweet_button.1400006231.html#_=1400685364461&count=horizontal&hashtags=YouTubeDownloaderfree&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Fyoutube-download.bl.ee%2Findex.php&size=m&text=Youtube%20Downloader&url=http%3A%2F%2Fyoutube-download.bl.ee%2Findex.php&via=ChIsmael12" | |
class="twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button" data-twttr-rendered="true" style="width: 110px; height: 20px;"></iframe> | |
<h6>By: Ismael Chriki</h6></form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment