1
0
mirror of https://github.com/openeggbert/youtubedl-frontend.git synced 2025-03-14 21:23:27 +01:00

Updated this comment in the generated HTML: Generated by

This commit is contained in:
Robert Vokac 2024-10-05 12:32:01 +02:00
parent 9557529679
commit 02751950cf
Signed by: robertvokac
GPG Key ID: FB9CE8E20AADA55F

View File

@ -46,9 +46,9 @@ public class Main {
if (args.length < 1) {
//System.err.println("At least one argument is expected, but the count of arguments is: " + args.length + ".");
String argsS = "/rv/blupi/archivebox --video_ 7qKUtn76q30 --always-generate-metadata 0"
+ " --always-generate-html-files 0 --videos-per-row 4 --thumbnail-links-to-youtube 0"
+ " --thumbnail-as-base64 0"
String argsS = "/rv/blupi/archivebox --video_ 7qKUtn76q30 --always-generate-metadata 1"
+ " --always-generate-html-files 1 --videos-per-row 4 --thumbnail-links-to-youtube 1"
+ " --thumbnail-as-base64 1"
+ " --channel_ UCqBpgfXap7cZOYkAC34u8Lg ";
args = argsS.split(" ");
//System.exit(1);
@ -119,7 +119,7 @@ public class Main {
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico" sizes="16x16">
<title>Youtube videos</title>
<!-- Generated by: https://code.nanoboot.org/nanoboot/youtubedl-frontend -->
<!-- Generated by: https://code.openeggbert.org/openeggbert/youtubedl-frontend -->
<style>
body {padding:20px;}
* {