From d9d1363ee5a06eb6632e15a14afe64ec80c3df56 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Jun 2021 02:03:11 +0200 Subject: Do not show start after items in the downloaded list --- src/html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html.c') diff --git a/src/html.c b/src/html.c index 6e27d13..c163ec8 100644 --- a/src/html.c +++ b/src/html.c @@ -80,6 +80,7 @@ static int url_extract_domain(const char *url, char *domain, int domain_len) { } ] + Note: there might be other fields in the input but those should be ignored by the plugin. TODO: Rename input "title" to "url", to make input and output match (easier to test with). */ typedef int (*PluginListCallback)(const char *name, const char *url, void *userdata); -- cgit v1.2.3