add other optional data you may want to copy to all files. Or possibly adding tags pulled from another file, categories, description, etc.

This commit is contained in:
Aaron 2025-10-22 19:55:21 -04:00
parent 3474918972
commit 5793523215

View File

@ -1,8 +1,14 @@
{ {
"id": "", "id": "",
"channel_id": "Change To Channel ID/username", "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", "title": "Example",
"upload_date": "", "description": null,
"thumbnail": null "upload_date": "ToBeScriptedInYYYYMMDD",
"categories": null,
"tags": null,
"thumbnail": null,
"view_count": null
} }