Compare commits

..

No commits in common. "f46649c62a5f855f0b0af037a5551aace16c4307" and "e3df171699bd66937c78ab3b38a341c78d30ff1b" have entirely different histories.

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])