17 lines
734 B
Markdown
17 lines
734 B
Markdown
# Saved Video
|
|
This is Json Object (With these Key/Value Pairs)<br>
|
|
File Path is Info/{Id}.json
|
|
| Name | Description | Type |
|
|
|--------|-------|------|
|
|
| Id | Video Id | String
|
|
| Title | Video Title | String |
|
|
| AuthorChannelId | YouTube Channel Id | String |
|
|
| AuthorChannelTitle | YouTube Channel Title | String |
|
|
| Keywords | YouTube Tags | String[] |
|
|
| Likes | Video Likes | Int64 |
|
|
| Dislikes | Video Dislikes | Int64 |
|
|
| Views | Video Views | Int64 |
|
|
| Duration | Video Duration ex 00:00:42 | TimeSpan (String) |
|
|
| UploadDate | Video Upload Date ex 2015-07-22T19:00:00-05:00 | DateTime (String) |
|
|
| AddDate | Date when added to downloader ex 2022-04-30T02:10:22.4359564-05:00 | DateTime (String) |
|