Bring audio conversion back (fixes #7)
This commit is contained in:
parent
4dd9d90858
commit
83cb546925
4 changed files with 46 additions and 96 deletions
16
index.php
16
index.php
|
@ -19,6 +19,7 @@ require 'head.php';
|
|||
|
||||
<?php
|
||||
require 'header.php';
|
||||
require 'config.php';
|
||||
?>
|
||||
|
||||
<div class="wrapper">
|
||||
|
@ -35,10 +36,17 @@ require 'head.php';
|
|||
required placeholder="http://website.com/video" />
|
||||
</span>
|
||||
<input class="downloadBtn" type="submit" value="Download" /><br/>
|
||||
<div class="mp3">
|
||||
<p><input type="checkbox" id="audio" class="audio" name="audio">
|
||||
<label for="audio"><span class="ui"></span>Audio only (MP3)</label></p>
|
||||
</div>
|
||||
<?php
|
||||
if (CONVERT) {
|
||||
?>
|
||||
<div class="mp3">
|
||||
<p><input type="checkbox" id="audio" class="audio" name="audio">
|
||||
<label for="audio"><span class="ui"></span>
|
||||
Audio only (MP3)</label></p>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</form>
|
||||
<a class="combatiblelink" href="extractors.php">See all supported websites</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue