weather, youtube-mp3-album

This commit is contained in:
whiteline 2023-01-03 17:40:44 +01:00
parent e33b31de80
commit 9413526f00
2 changed files with 4 additions and 0 deletions

2
weather Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
curl wttr.in/`echo $* | sed 's/ /%20/'`

2
youtube-mp3-album Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
yt-dlp --extract-audio --split-chapters --audio-format mp3 -f best -o "chapter:%(section_number)s - %(section_title)s.%(ext)s" $1