Introduction
Introduction Statistics Contact Development Disclaimer Help
youtube: remove some DEBUG comments - frontends - front-ends for some sites (ex…
Log
Files
Refs
README
LICENSE
---
commit 86b28b384e968fd3eecbe0c33924d2489a067421
parent 68292dabe281a1a107cf65682df9ce0237759718
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 15 Oct 2024 00:28:38 +0200
youtube: remove some DEBUG comments
Diffstat:
M youtube/youtube.c | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/youtube/youtube.c b/youtube/youtube.c
@@ -43,8 +43,6 @@ request_video(const char *videoid)
if (r < 0 || (size_t)r >= sizeof(path))
return NULL;
-// return readfile("/tmp/data"); // DEBUG
-
return youtube_request(path);
}
@@ -289,8 +287,6 @@ parse_search_response(const char *data)
/* skip header */
s += strlen("\r\n\r\n");
-// s = data; // DEBUG
-
if (!(r = calloc(1, sizeof(*r))))
return NULL;
@@ -438,8 +434,6 @@ parse_video_response(const char *data)
/* skip header */
s += strlen("\r\n\r\n");
-// s = data; // DEBUG
-
if (!(r = calloc(1, sizeof(*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.