diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-05-06 23:52:15 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-05-06 23:52:15 -0700 |
commit | 36c305589f1a04b6c27ff05c2f1dc6ee4aec460f (patch) | |
tree | 7d9971f43aa0d0fd4b967b83e14e091585ca7925 /home | |
parent | 7a1112837c636c3395db93cabbc34d109bffaafc (diff) |
rename cc_by to cc-by
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 1579c50b..bd49396d 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -118,7 +118,7 @@ xmr () { } music () { - yt-dlp -f 'bestaudio[ext=opus]/bestaudio' --match-filter 'license=cc-by' --match-filter 'title~=(?i)cc-by' -P "$XDG_MUSIC_DIR/cc_by/scott_buckley" https://soundcloud.com/scottbuckley/tracks + yt-dlp -f 'bestaudio[ext=opus]/bestaudio' --match-filter 'license=cc-by' --match-filter 'title~=(?i)cc-by' -P "$XDG_MUSIC_DIR/cc-by/scott_buckley" https://soundcloud.com/scottbuckley/tracks } if [ $# -eq 0 ]; then |