mirror of
https://github.com/GigaohmBiological/Stream.Transcripts.git
synced 2026-01-18 11:04:06 +00:00
Fix README generator. Remove trailing / and extra -.
This commit is contained in:
@@ -24,7 +24,7 @@ for ((i = 0; i < ${#folders[@]}; i++)); do
|
||||
|
||||
id="$(cut -d' ' -f1 <<< "$base")"
|
||||
IFS=',' read -r -a ids <<< "${id}"
|
||||
stream="$(echo $base | cut -d' ' -f4- | cut -d'[' -f1)"
|
||||
stream="$(echo $base | cut -d' ' -f4- | cut -d'[' -f1 | sed 's:/*$::')"
|
||||
|
||||
printf "\n id: $id \n stream: $stream \n\n"
|
||||
|
||||
@@ -37,7 +37,7 @@ for ((i = 0; i < ${#folders[@]}; i++)); do
|
||||
printf -v contents "${contents}# $stream\n\n"
|
||||
printf -v contents "${contents}## Streams\n"
|
||||
for u in ${ids[@]}; do
|
||||
url="- https://twitch.tv/videos/$u"
|
||||
url="https://twitch.tv/videos/$u"
|
||||
echo "Generating stream link: $url"
|
||||
printf -v contents "${contents}- $url\n"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user