weather, youtube-mp3-album
This commit is contained in:
parent
e33b31de80
commit
9413526f00
2
weather
Executable file
2
weather
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
curl wttr.in/`echo $* | sed 's/ /%20/'`
|
2
youtube-mp3-album
Executable file
2
youtube-mp3-album
Executable 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
|
Loading…
Reference in New Issue
Block a user