This is a short piece of code for downloading videos from RWTHmoodle. Please execute it in Python3.
After not using this piece of software for several months I realized it was pretty messy. So I rewrote it.
The script takes the following parameters:
guidcan be found in the url and looks likexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxwhere thexs are random letters and numbers.nameis the file/folder name (please enter without endings).qualityThe program lists some qualities it found. For examplemaxis always the maximum quality thats possible.vlcThe program asks if you want to convert the downloaded file(s) with VLC Media Player.vlcpathIf you answeredY(yes) to the question above please specify the path of your VLC Media Player installation.deleterawfilesdoes exactly what it says.
You can also call the script with command line parameters for the listed values. They have to be in the exact order of the list.