소스 검색

weather, youtube-mp3-album

master
whiteline 1 년 전
부모
커밋
9413526f00
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      weather
  2. +2
    -0
      youtube-mp3-album

+ 2
- 0
weather 파일 보기

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

+ 2
- 0
youtube-mp3-album 파일 보기

@@ -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

불러오는 중...
취소
저장