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 showModal = $state(false);
|
||||||
let href = $state('');
|
let href = $state('');
|
||||||
let disabled = $state(true);
|
let disabled = $state(true);
|
||||||
let metadata = $state(true);
|
let metadata = $state(false);
|
||||||
let downloading = $state(false);
|
let downloading = $state(false);
|
||||||
|
|
||||||
const formats = Object.keys(supportedFormats).map((f) => {
|
const formats = Object.keys(supportedFormats).map((f) => {
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
<label class="flex items-center space-x-3">
|
<label class="flex items-center space-x-3">
|
||||||
<input type="radio" name="source" value="other" bind:group={source} class="retro-radio" />
|
<input type="radio" name="source" value="other" bind:group={source} class="retro-radio" />
|
||||||
<span>
|
<span>
|
||||||
Other
|
Any other website
|
||||||
<!--
|
<!--
|
||||||
(<a
|
(<a
|
||||||
href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md"
|
href="https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md"
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
|
|
||||||
<!-- Metadata -->
|
<!-- Metadata -->
|
||||||
<div>
|
<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
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
id="metadata"
|
id="metadata"
|
||||||
|
|
Loading…
Add table
Reference in a new issue