mirror of
https://github.com/lancedikson/bowser
synced 2026-09-23 20:44:24 +00:00
Add support for detecting additional Google and Bing crawlers that were not previously recognized by bowser: Google bots: - AdsBot-Google (including AdsBot-Google-Mobile) - Mediapartners-Google (Google AdSense crawler) - APIs-Google - FeedFetcher-Google - Google-InspectionTool - GoogleOther Bing bots: - BingPreview - AdIdxBot (adidxbot) Each new bot is added to parser-browsers.js, parser-platforms.js, constants.js (BROWSER_ALIASES_MAP and BROWSER_MAP), and acceptance test fixtures in useragentstrings.yml. Co-authored-by: naorpeled <6171622+naorpeled@users.noreply.github.com>