@@ -413,7 +413,7 @@ function writeDescription(video) {
413
413
if ( otherParts . length > 0 ) {
414
414
description += '\nOther Parts of this Challenge:' ;
415
415
for ( const part of otherParts ) {
416
- description += `\nπΊ ${ part . data . partTitle } : https://youtu.be/${ part . data . videoId } ` ;
416
+ description += `\nπΊ https://youtu.be/${ part . data . videoId } ` ;
417
417
}
418
418
description += '\n' ;
419
419
}
@@ -506,9 +506,8 @@ function writeDescription(video) {
506
506
vid . urls . includes ( `challenges/${ challenge } ` )
507
507
) ;
508
508
if ( challengeData ) {
509
- const { videoNumber, challengeTitle } = challengeData . data ;
510
509
const url = challengeData . canonicalURL ;
511
- description += `π CC ${ videoNumber } ${ resolveCTLink ( url ) } ` + '\n' ;
510
+ description += `π ${ resolveCTLink ( url ) } ` + '\n' ;
512
511
} else {
513
512
console . log ( `Challenge ${ challenge } not found` ) ;
514
513
}
@@ -558,8 +557,8 @@ Music from Epidemic Sound`;
558
557
ποΈ Twitter: https://twitter.com/thecodingtrain
559
558
πΈ Instagram: https://www.instagram.com/the.coding.train/
560
559
561
- π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
562
- π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
560
+ π₯ https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
561
+ π₯ https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
563
562
564
563
π p5.js: https://p5js.org
565
564
π p5.js Web Editor: https://editor.p5js.org/
0 commit comments