add yt-dlp snippet and update lunaposs's button

This commit is contained in:
Nycki 2025-04-24 13:34:14 -07:00
parent a99209cd28
commit 936f8b6dfd
2 changed files with 9 additions and 1 deletions

View file

@ -79,7 +79,7 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)!
{% webButton '/a/button-88by31.gif', '88 by 31', 'https://cyber.dabamos.de/88x31/' %}
{% webButton '/a/button-xan.gif', 'xan', 'https://xan.lol/' %}
{% webButton '/a/button-alloyed.gif', 'kit alloyed', 'https://alloyed.me/' %}
{% webButton '/a/button-lunaposs.png', 'luna poss', 'https://luna.is.veri.gay/' %}
{% webButton '/a/button-lunaposs.gif', 'luna poss', 'http://possums.lgbt/' %}
</div>
</div>
@ -144,6 +144,14 @@ gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 }
robocopy source destination /e /copyall /xj /zb /xd '$RECYCLE.BIN'
```
### download playlist including thumbnails
```sh
yt-dlp --embed-thumbnail -f bestaudio -x --audio-format mp3 --audio-quality 320k <url>
```
credit for this one to reddit user [modemman11](https://www.reddit.com/r/youtubedl/comments/zh61bw/goal_is_to_download_audio_only_and_embed/izkq6l5/).
## log
- 2025-03-21. Did some cleanup. Added light/dark toggle. Added preview images for Pyramides Papyrium, Graph Zendo, Braceless JS, Portal ZZT, Nanopack, Collabyrinth, and Trapz and Zoids.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB