tubetop: Fix broken titleget
This commit is contained in:
2
tubetop
2
tubetop
@@ -45,7 +45,7 @@ function cache-add {
|
||||
if [[ "$cachecontent" == *"$1"* ]]; then
|
||||
return 1
|
||||
fi
|
||||
name="$(youtube-dl -s $1)"
|
||||
name="$(youtube-dl -e $1)"
|
||||
printf "$name\n$1\n" >> $cachefile
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user