Introduction
Introduction Statistics Contact Development Disclaimer Help
youtube: remove error string in output - frontends - front-ends for some sites …
Log
Files
Refs
README
LICENSE
---
commit fa40d5e0863446d6083d7290249b65f738474a76
parent 37b2d730f7010f8c852286715accd38ca7674b00
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.