youtube/gopher: fix field - frontends - front-ends for some sites (experiment) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6a0c8467e341a2770a9887494851305e1fb3de17 | |
parent f36e23aa3122441b905b465d3567af4a5788acfa | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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/vid… | |
OUTTEXT(r->channelid); | |
- printf("\t%s\t%s\t%s\r\n", "", host, port); | |
+ printf("\t%s\t%s\r\n", host, port); | |
} | |
} | |