diff options
Diffstat (limited to 'include/video.h')
-rw-r--r-- | include/video.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/video.h b/include/video.h index e51721d..9ac136d 100644 --- a/include/video.h +++ b/include/video.h @@ -1,17 +1,5 @@ #pragma once -#define TITLE 100 -#define AUTHOR 120 -#define VIDEOID 11 -#define DURATION 8 - -/* - * title -> max 100 characters - * author -> max 120 characters combined - * video id -> max 11 characters - * duration -> max 8 characters - * thumbnail -> https://i.ytimg.com/vi/[id]/hq720.jpg - */ typedef struct video { char *title, *author, *id, *duration; |