youtube.h: remove unused field - frontends - front-ends for some sites (experim… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7e8328ea6b0d2e38a6e4c5628897578748f7376d | |
parent fbbbe9242322569b01c1311a0fa634cd801521bb | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 22 Feb 2023 20:05:16 +0100 | |
youtube.h: remove unused field | |
Diffstat: | |
M youtube/youtube.h | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/youtube/youtube.h b/youtube/youtube.h | |
@@ -8,7 +8,6 @@ struct item { | |
char publishedat[32]; | |
char viewcount[32]; | |
char duration[32]; | |
- char channelvideos[32]; /* for channel */ | |
}; | |
#define MAX_VIDEOS 100 |