@@ -52,8 +52,8 @@ with open('youtubeReport.csv', newline='',encoding='UTF-8') as csvfile:
ytlines.append('</tr>')
-numPerPage=20*8
-numPerPageY=20*10
+numPerPage=15*8
+numPerPageY=15*10
current_idx = 0
path = 'mix.html'
f = open(path, 'w',encoding='UTF-8')