aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-17 02:03:11 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-17 02:03:11 +0200
commitd9d1363ee5a06eb6632e15a14afe64ec80c3df56 (patch)
tree2c2fb02d290530d96e3f389588b272c0a410c65f /src/html.c
parentf869fff9e9b27562837e90400bb3cca098a0376a (diff)
Do not show start after items in the downloaded list
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c1
1 files changed, 1 insertions, 0 deletions
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);