LTI - C0D3D3V/Moodle-DL GitHub Wiki
You can find the basic LTI mod implementation I started for moodle-dl here: https://gist.github.com/C0D3D3V/b2dfaca263d8645e11041d153a5994f8
Area | Name | Introduced in | Description |
---|---|---|---|
mod_lti | mod_lti_get_ltis_by_courses | 3.0 | Returns a list of lti instances in a provided set of courses. |
mod_lti | mod_lti_get_tool_launch_data | 3.0 | Return the launch data for a given external tool. |
Since we have to call a form and save the cookies, for now we relay on yt-dlp to do that for us