diff options
Diffstat (limited to 'src/extractors')
| -rw-r--r-- | src/extractors/extractor.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/extractors/extractor.c b/src/extractors/extractor.c index ccc1ec6..5317945 100644 --- a/src/extractors/extractor.c +++ b/src/extractors/extractor.c @@ -6,8 +6,7 @@  #include "haokan.h"  Site_map site_map = { -    {{"www.bilibili.com", SITE_BILIBILI}, {"haokan.baidu.com", SITE_HAOKAN}}, -    2}; +    {{"bilibili.com", SITE_BILIBILI}, {"haokan.baidu.com", SITE_HAOKAN}}, 2};  void options_cleanup(Options *options) {    free_and_nullify(options->URL); | 
