youtube: remove error string in output - frontends - front-ends for some sites (experiment)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fa40d5e0863446d6083d7290249b65f738474a76
(DIR) parent 37b2d730f7010f8c852286715accd38ca7674b00
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 18 Feb 2023 13:09:36 +0100
youtube: remove error string in output
Diffstat:
M youtube/youtube.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/youtube/youtube.c b/youtube/youtube.c
@@ -242,7 +242,6 @@ youtube_channel_videos(const char *channelid)
return NULL;
if (extractjson(s, &start, &end) == -1) {
- fprintf(stderr, "error extracting JSON");
free(r);
return NULL;
}