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