From 57935232153eaf33734ec38b4186ff6c2652d856 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Wed, 22 Oct 2025 19:55:21 -0400 Subject: [PATCH] add other optional data you may want to copy to all files. Or possibly adding tags pulled from another file, categories, description, etc. --- Example.info.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Example.info.json b/Example.info.json index cbc180f..d96ee24 100644 --- a/Example.info.json +++ b/Example.info.json @@ -1,8 +1,14 @@ { "id": "", "channel_id": "Change To Channel ID/username", - "uploader": "Change To Channel ID/username", + "uploader": "Youtube Username", + "uploader_id": "Change To Channel ID", + "uploader_url": "https://www.youtube.com/channel/ChangeToChannelID-or-username", "title": "Example", - "upload_date": "", - "thumbnail": null + "description": null, + "upload_date": "ToBeScriptedInYYYYMMDD", + "categories": null, + "tags": null, + "thumbnail": null, + "view_count": null }