Browse Source

weather, youtube-mp3-album

master
whiteline 1 year ago
parent
commit
9413526f00
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      weather
  2. +2
    -0
      youtube-mp3-album

+ 2
- 0
weather View File

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

+ 2
- 0
youtube-mp3-album 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

Loading…
Cancel
Save