1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-03-22 09:59:26 +00:00

Update twitch-dl

This commit is contained in:
Phantop 2021-08-11 08:12:40 -04:00 committed by GitHub
parent 4094313f2d
commit 6329cb30f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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