aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
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);