Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #388 from ProjectcoreDevs/patch-1
Browse files Browse the repository at this point in the history
Fix if we want change the button download name
  • Loading branch information
jeckman committed Sep 4, 2019
2 parents 22a81f3 + 5cb5616 commit cbdf8ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/index.php
Expand Up @@ -4,8 +4,9 @@
<h1 class="form-download-heading">Youtube Downloader</h1>
<div class="input-group">
<input type="text" name="videoid" id="videoid" class="form-control input-lg" placeholder="YouTube Link or VideoID" autofocus>
<span class="input-group-btn">
<input class="btn btn-primary btn-lg" type="submit" name="type" id="type" value="Download" />
<input type="hidden" name="type" id="type" value="Download"/>
<span class="input-group-btn">
<input class="btn btn-primary btn-lg" type="submit" name="submit" value="Start Download" />
</span>
</div><!-- /input-group -->
<div class="video-info">
Expand Down

0 comments on commit cbdf8ba

Please sign in to comment.