-
-
Notifications
You must be signed in to change notification settings - Fork 62
Use of external programs to download external links
Daniel Vogt edited this page Oct 10, 2021
·
1 revision
You can now specify in the configuration which program should download URLs of a specific domain.
An entry in the configuration looks like this:
"external_file_downloaders" : {
"bbb.rub.de" : "bbb-dl --add-webcam %U",
"bbb-cluster.di.unito.it": "curl -L -O %U"
}
Where %U
is replaced with the URL of the external link.
If the program terminates with an error, the StdErr is written to the log file. During the execution of the program, the current status line of the program is displayed in the status display of moodle-dl
.
- Example Config.json and Options
- Change Download Folder
- Download (external) linked files
- Copy a token from the Moodle app
- Telegram Notification
- Additional Youtube-dl Settings
- Use cookies when downloading
- Download public courses
- Set user id and Moodle version number manually
- Exclude file extensions
- Download password protected external links
- Use of external programs to download external links
- Start Moodle dl periodically or via Telegram