2016-07-31 23:01:10 +00:00
|
|
|
{include file='inc/head.tpl'}
|
|
|
|
{include file='inc/header.tpl'}
|
2018-01-16 12:07:10 +00:00
|
|
|
<main class="main">
|
2017-05-14 19:53:57 +00:00
|
|
|
<div><img class="logo" src="{base_url}/img/logo.png"
|
2019-01-06 15:59:16 +00:00
|
|
|
alt="{$config->appName}" width="328" height="284"></div>
|
2016-03-29 23:39:47 +00:00
|
|
|
<form action="{path_for name="video"}">
|
2015-04-11 20:08:24 +00:00
|
|
|
<label class="labelurl" for="url">
|
2017-05-26 06:55:04 +00:00
|
|
|
{t}Copy here the URL of your video (Youtube, Dailymotion, etc.){/t}
|
2015-04-11 20:08:24 +00:00
|
|
|
</label>
|
|
|
|
<div class="champs">
|
|
|
|
<span class="URLinput_wrapper">
|
2017-09-09 14:24:36 +00:00
|
|
|
<!-- We used to have an autofocus attribute on this field but it triggerd a very specific CSS bug: https://github.com/Rudloff/alltube/issues/117 -->
|
|
|
|
<input class="URLinput large-font" type="url" name="url" id="url"
|
|
|
|
required placeholder="http://example.com/video" />
|
2015-04-11 20:08:24 +00:00
|
|
|
</span>
|
2017-05-04 18:26:42 +00:00
|
|
|
{if $config->uglyUrls}
|
2017-01-10 22:37:29 +00:00
|
|
|
<input type="hidden" name="page" value="video" />
|
|
|
|
{/if}
|
2017-06-01 09:25:59 +00:00
|
|
|
<input class="downloadBtn large-font" type="submit" value="{t}Download{/t}" /><br/>
|
2017-05-04 18:26:42 +00:00
|
|
|
{if $config->convert}
|
2017-06-01 09:25:59 +00:00
|
|
|
<div class="mp3 small-font">
|
2018-07-03 17:47:35 +00:00
|
|
|
<div class="mp3-inner">
|
|
|
|
<input type="checkbox" id="audio" class="audio" name="audio">
|
|
|
|
<label for="audio"><span class="ui"></span>
|
|
|
|
{t}Audio only (MP3){/t}
|
|
|
|
</label>
|
|
|
|
<div class="seekOptions">
|
2019-04-18 21:04:22 +00:00
|
|
|
<label for="from">{t}From{/t}</label> <input type="text" pattern="(\d+:)?(\d+:)?\d+(\.\d+)?" placeholder="HH:MM:SS" value="" name="from" id="from" />
|
|
|
|
<label for="to">{t}to{/t}</label> <input type="text" pattern="(\d+:)?(\d+:)?\d+(\.\d+)?" placeholder="HH:MM:SS" value="" name="to" id="to" />
|
2018-07-03 17:47:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-04-11 20:08:24 +00:00
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</form>
|
2017-06-01 09:25:59 +00:00
|
|
|
<a class="combatiblelink small-font" href="{path_for name="extractors"}">{t}See all supported websites{/t}</a>
|
2016-07-10 11:12:44 +00:00
|
|
|
<div id="bookmarklet" class="bookmarklet_wrapper">
|
2017-05-26 06:55:04 +00:00
|
|
|
<p> {t}Drag this to your bookmarks bar:{/t} </p>
|
2017-06-01 09:25:59 +00:00
|
|
|
<a class="bookmarklet small-font" href="javascript:window.location='{$domain}{path_for name='video'}?url='+encodeURIComponent(location.href);">{t}Bookmarklet{/t}</a>
|
2015-10-28 10:57:44 +00:00
|
|
|
</div>
|
2015-10-28 10:54:35 +00:00
|
|
|
|
2018-01-16 12:07:10 +00:00
|
|
|
</main>
|
2016-07-31 23:01:10 +00:00
|
|
|
{include file='inc/footer.tpl'}
|