Skip to content

v1.1.0

Compare
Choose a tag to compare
@NoxelS NoxelS released this 29 Jan 14:09
· 6 commits to main since this release

Changelog for Version 1.1

Changes

Added

  • Several quality of life plugins for the scraper:
    • Anonymize User Agent Plugin: Utilizes puppeteer-extra-plugin-anonymize-ua to change the user agent to a random one, enhancing anonymity.
    • Adblocker Plugin: Incorporates puppeteer-extra-plugin-adblocker to block all ads and trackers, helping in bandwidth conservation.
    • Recaptcha Plugin: Implements puppeteer-extra-plugin-recaptcha for automagically solving recaptchas.
    • Stealth Plugin: Adds puppeteer-extra-plugin-stealth using default settings, employing all available tricks to conceal Puppeteer usage.

Improved

  • Enhanced the quality and clarity of comments within the code.