mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-22 09:59:26 +00:00
Update twitch-dl
This commit is contained in:
parent
4094313f2d
commit
6329cb30f9
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
title=$(youtube-dl -e $1 | sed 'tr / _')
|
||||
title=$(youtube-dl -e $1 | tr / _)
|
||||
link=$(youtube-dl -g $1)
|
||||
shift
|
||||
|
||||
|
|
Loading…
Reference in a new issue