BREAKING - Remove bot type, divide as crawler / fetcher

Add new crawler: Baiduspider, DuckDuckBot, & Sogou Web Spider
Add new fetcher: Mastodon, Pinterestbot, Redditbot, LinkedInBot, Discordbot, Telegrambot, Twitterbot, Snapchat Bot, WhatsApp
This commit is contained in:
Faisal Salman
2024-06-07 23:59:24 +07:00
parent 173325faa1
commit db3423a76c
5 changed files with 81 additions and 27 deletions

View File

@@ -147,9 +147,10 @@ const Browser = Object.freeze({
});
const BrowserType = Object.freeze({
BOT: 'bot',
CRAWLER: 'crawler',
CLI: 'cli',
EMAIL: 'email',
FETCHER: 'fetcher',
INAPP: 'inapp',
MODULE: 'module'
});