Skip to content

Releases: C0D3D3V/Moodle-DL

Minor bug fix

05 Nov 15:10
ab284ee
Compare
Choose a tag to compare

Bug fixed

  • If moodle returned None as page_content of a lesson, moodle-dl crashed.

Bug fix for Config Tools

09 Oct 05:20
8a65587
Compare
Choose a tag to compare

Bug Fixes:

  • When modifying config using the moodle-dl config tools, the config file was not truncate.

New Feature:

Activated TLS ALPN extension

04 Jul 12:46
73fdf71
Compare
Choose a tag to compare

Changes

  • Now the TLS ALPN extension is always activated so that moodle-dl can connect to the moodle instance even if it is behind a reverse proxy.

More verbose SSO token errors

03 Jul 08:08
f45a9c9
Compare
Choose a tag to compare
2.3.10

Bump to 2.3.10

Added option --use-all-ciphers

01 May 17:41
3eca1be
Compare
Choose a tag to compare

New Feature

  • Added the option --use-all-ciphers. You can use it if you get SSL errors because of missing ciphers. (Default: insecure ciphers are disabled)

Fix bug for calendar mod

29 Apr 13:19
670f0ae
Compare
Choose a tag to compare

Bug Fix

  • Fix crash on calendar events if there are no files in a course.

Fix Font Awesome in Moodle HTML Template

19 Apr 12:09
e3ab4ea
Compare
Choose a tag to compare

Fixes

  • Because Moodle now does no longer allow cross-origin access, we now use font awesome from another cdn. This probably does not fix all Errors in Quizzes and Lessons HTMLs, please report more errors.

Bug Fix: Crash if no calendar was downloaded before

16 Apr 21:17
250c34c
Compare
Choose a tag to compare

Bug Fix

  • Fix crash if no calendar was downloaded before

Allow to download events from calendar mod

16 Apr 11:48
158f5f0
Compare
Choose a tag to compare

Added

  • You can now download course calendar events. moodle-dl generates a simple HTML for every event. Initialy it will download all events, then it loads only events that are created after the last modification of events. To activate this set download_calendars to true.
  • You can now deactivate downloading of book mod, use option download_books.

Fix for book mod

15 Apr 13:47
4ceb29c
Compare
Choose a tag to compare

Fixes

  • Create table of contents recursive with subchapters