Update default metadata and wording
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 13s
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 13s
This commit is contained in:
parent
c8648b5cfe
commit
728d8f45cf
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
let showModal = $state(false);
|
||||
let href = $state('');
|
||||
let disabled = $state(true);
|
||||
let metadata = $state(true);
|
||||
let metadata = $state(false);
|
||||
let downloading = $state(false);
|
||||
|
||||
const formats = Object.keys(supportedFormats).map((f) => {
|
||||
|
@ -130,7 +130,7 @@
|
|||
<label class="flex items-center space-x-3">
|
||||
<input type="radio" name="source" value="other" bind:group={source} class="retro-radio" />
|
||||
<span>
|
||||
Other
|
||||
Any other website
|
||||
<!--
|
||||
(<a
|
||||
href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md"
|
||||
|
@ -175,7 +175,7 @@
|
|||
|
||||
<!-- Metadata -->
|
||||
<div>
|
||||
<label for="metadata" class="mb-2 block text-[#00e5ff]"> Filename </label>
|
||||
<label for="metadata" class="mb-2 block text-[#00e5ff]"> Set filename (SLOW)</label>
|
||||
<input
|
||||
type="checkbox"
|
||||
id="metadata"
|
||||
|
|
Loading…
Add table
Reference in a new issue