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