Skip to content

Commit 01c8694

Browse files
committed
add back colon for non youtube links
1 parent ddf5415 commit 01c8694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-scripts/yt-description.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function writeDescription(video) {
492492
) {
493493
description += `${link.icon} ${url}\n`;
494494
} else {
495-
description += `${link.icon} ${link.title} ${url}\n`;
495+
description += `${link.icon} ${link.title}: ${url}\n`;
496496
}
497497
}
498498
}

0 commit comments

Comments
 (0)