CodingTrain/thecodingtrain.com

simplify YT links in description generator

shiffman opened this issue · 3 comments

I noticed how that YT renders the YT icon + video/playlist title in the description itself. So having the additional text is likely redundant:

Screen Shot 2023-11-03 at 6 35 14 PM Screen Shot 2023-11-03 at 6 35 09 PM

found an edge case:

image

One solution could be to only hide the text for YouTube links.

YouTube may change how they render links again.

found an edge case:

image

One solution could be to only hide the text for YouTube links.

I think this would make sense to do, what do you think @dipamsen?