diff options
author | Mole Shang <[email protected]> | 2023-08-09 15:00:56 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-08-09 17:27:16 +0800 |
commit | 0947040d657bea73042bffd7a2c5c172d9c312a7 (patch) | |
tree | 9b1df14b6641c4062d666cff99f70265d78766ec /src/extractors | |
parent | 750643d1c7dd0b278f767eb832bb4e570c01d83f (diff) | |
download | hinata-0947040d657bea73042bffd7a2c5c172d9c312a7.tar.gz hinata-0947040d657bea73042bffd7a2c5c172d9c312a7.tar.bz2 hinata-0947040d657bea73042bffd7a2c5c172d9c312a7.zip |
process_url: expose some new functions to be control cookies and referer
Diffstat (limited to 'src/extractors')
-rw-r--r-- | src/extractors/haokan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |