Skip to content

Commit

Permalink
Fix wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed Mar 29, 2024
1 parent b1193c8 commit 2bca687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you don't want moodle-dl to use the current working directory, then you shoul
- set if external files should be downloaded (files like Youtube videos)
- set if files on moodle that require a cookie should be downloaded
- to add extra courses to your download list which you can see but you are not enrolled in, check out [this wiki entry](https://github.com/C0D3D3V/Moodle-DL/wiki/Download-public-courses)
- Not all moodle-dl settings are available in the CLI configuration wizard for configuration, see [the wiki](https://github.com/C0D3D3V/Moodle-DL/wiki/Config.json) for more available options.
- Not all moodle-dl settings are available in the CLI configuration wizard for configuration, see [the wiki](https://github.com/C0D3D3V/Moodle-DL/wiki/Example-Config.json-and-Options) for more available options.

By default a private token is stored in the initial configuration, this is only needed for special Moodle modules that cannot be queried via the Moodle API. If no such module is available in your Moodle you are welcome to delete this token.

Expand Down
3 changes: 1 addition & 2 deletions moodle_dl/cli/config_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,7 @@ def _select_should_download_linked_files(self):
Log.info(
'If you want to filter the external links by their domain,'
+ ' you can manually set a whitelist and a blacklist'
+ ' (https://github.com/C0D3D3V/Moodle-DL/'
+ 'wiki/Download-(external)-linked-files'
+ ' (https://github.com/C0D3D3V/Moodle-DL/wiki/Download-(external)-linked-files'
+ ' for more details).'
)
Log.warning(
Expand Down
2 changes: 1 addition & 1 deletion moodle_dl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.2.4'
__version__ = '2.3.2.5'

0 comments on commit 2bca687

Please sign in to comment.