Compare commits

...

2 Commits

Author SHA1 Message Date
edbrz9 f46649c62a quotation marks test 2022-12-29 15:40:23 +01:00
edbrz9 9831af465c refactoring, lol 2022-12-29 15:39:56 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
//echo '<Copybox v-bind:txt="'.$item.'"></Copybox>';
//echo '<div class="y2tout">';
//echo $item;
echo '-Copybox v-bind:txt="' . "'" . $item . "'" .'"--/Copybox-';
echo '<Copybox v-bind:txt="' . "'" . $item . "'" .'"></Copybox>';
//echo '</div>';
}
//echo nl2br("\n END OF THE OUTPUT\n");

View File

@ -61,5 +61,5 @@ if currentString:
blocks = len(sList)
for i in range(blocks):
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: «' + title + '»:' + sList[i])
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: «' + title + '»: ' + sList[i])