Remove others
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s
This commit is contained in:
parent
284313259a
commit
0d3b797ec8
1 changed files with 4 additions and 1 deletions
|
@ -130,13 +130,16 @@
|
||||||
<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 (<a
|
Other
|
||||||
|
<!--
|
||||||
|
(<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"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="text-[#ff3399] hover:underline"
|
class="text-[#ff3399] hover:underline"
|
||||||
>supported sites
|
>supported sites
|
||||||
</a>)
|
</a>)
|
||||||
|
-->
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue