diff options
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;        } | 
