youtube/gopher: fix field - frontends - front-ends for some sites (experiment)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6a0c8467e341a2770a9887494851305e1fb3de17
(DIR) parent f36e23aa3122441b905b465d3567af4a5788acfa
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 26 Feb 2023 16:12:13 +0100
youtube/gopher: fix field
Diffstat:
M youtube/gopher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/youtube/gopher.c b/youtube/gopher.c
@@ -192,7 +192,7 @@ render_video(struct video_response *r)
if (r->channelid[0]) {
OUT("hAtom feed\tURL:https://www.youtube.com/feeds/videos.xml?channel_id=");
OUTTEXT(r->channelid);
- printf("\t%s\t%s\t%s\r\n", "", host, port);
+ printf("\t%s\t%s\r\n", host, port);
}
}