From 0947040d657bea73042bffd7a2c5c172d9c312a7 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Wed, 9 Aug 2023 15:00:56 +0800 Subject: process_url: expose some new functions to be control cookies and referer --- src/extractors/haokan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extractors') diff --git a/src/extractors/haokan.c b/src/extractors/haokan.c index 204e539..5659018 100644 --- a/src/extractors/haokan.c +++ b/src/extractors/haokan.c @@ -25,7 +25,7 @@ void haokan_extract(Options *options) { DEBUG_PRINT("videoURL: %s\n", videoURL); char *ct = NULL; - get_info(videoURL, NULL, &ct); + get_info(videoURL, NULL, &ct, NULL); if (ct == NULL) { goto end; } -- cgit v1.2.3