1. 凭借 [url-regex](https://github.com/kevva/url-regex),仅能从文本中嗅探链接; 2. 凭借 [email-regex](https://github.com/sindresorhus/email-regex),嗅探文本中的电邮地址; 3. 无法在接口处设置嗅探规则,在 [内部](https://github.com/iTonyYo/get-urls/blob/master/src/getUrls/grabAllUrls.js#L38) 存在默认配置; 4. 遵循 OCP 原则;