From 095851562f33cb9b57300673af4897680bc947d5 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Tue, 8 Aug 2023 23:20:05 +0800 Subject: extractors: support haokan videos --- src/extractors/haokan.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/extractors/haokan.h (limited to 'src/extractors/haokan.h') diff --git a/src/extractors/haokan.h b/src/extractors/haokan.h new file mode 100644 index 0000000..f258a4d --- /dev/null +++ b/src/extractors/haokan.h @@ -0,0 +1,8 @@ +#ifndef HAOKAN_H_ +#define HAOKAN_H_ + +#include "extractor.h" + +void haokan_extract(struct options *); + +#endif -- cgit v1.2.3