summaryrefslogtreecommitdiff
path: root/templates/import.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/import.html')
-rw-r--r--templates/import.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/import.html b/templates/import.html
index 84f0652..3d4afb0 100644
--- a/templates/import.html
+++ b/templates/import.html
@@ -3,7 +3,7 @@
<label class="import-container" onclick="labelClicked(event)">
<div class="import-wrapper">
<form id="import-form" class="import-form" enctype="multipart/form-data" method="POST" action="/import">
- <input id="import-input" type="url" required onchange="urlSelected()" />
+ <input id="import-input" type="text" placeholder="Enter a valid URL or ID" required onchange="urlSelected()" />
<div class="import-details">
<span id="import-message" class="import-message">No URL entered</span>
<div id="import-button-wrapper" class="import-button-wrapper">
@@ -22,6 +22,8 @@
</form>
</div>
</label>
+ <p>ID is of the form provider:video_id</p>
+ <p>Examples:<br />youtube:Hks6Nq7g6P4<br />vimeo:374624356</p>
</div>
{{end}}
{{define "scripts"}}