Skip to content

Releases: bigfarofa/moodle-resource-downloader

v1.0.0

18 Sep 11:29
Compare
Choose a tag to compare
  • Updated scrapper to use Puppeteer 15.5.0
  • Removed --no-headless argument and replaced with --headless. This change was made because the default behaviour should be not headless, so if the user wishes to execute in headless mode, he needs to purposely request it with the '--headless' argument.

0.4.0: - Added option to enable the user to input credentials via UI

24 May 15:56
Compare
Choose a tag to compare
  • Two methods of authenticating: "terminal-user-passw" and "user-control"
  • "user-control" is the default that allows the user to insert credentials in the browser/UI.
  • "terminal-user-passw" allows the user to insert the credentials in the terminal. Same method used until 0.3.0.