Nils K
Nils K
I am not sure what you are missing. syncmymoodle like most python packages does not have a binary executable and in the shown directory structure every file required to run...
Please clarify, otherwise this will be closed
Ah yes to packaging tools this is just a library and has no entrypoints. On the v2 Branch I have declared a proper entrypoint though I have not touched that...
I would prefer a filter with using `fnmatch` or `re` module instead of adding a new dependency. Regexes also allow for quite powerful matching capabilities.
I think 95% of the use cases can be solved with `fnmatch` and unless one performs 3 brace expansions it is also trivial to copy and paste the pattern. I...
> I currently use this filter right now in order to exclude lecture videos that are also in the `Lecture Video Download` directory with a much clearer and descriptive name:...
In the v2 rewrite I split this method into `scan_url` and `scan_markup` which replaces the `single` parameter. Also I plan to implement a way to register regexes over which will...
Also we should probably suppress tqdm if `stdout.isatty()` is false as that means we would write to a file which does not make too much sense when using tqdm
Similar information seem to be available in .vtt files which are also requested by javascript and seem to have a stable url
A simple workaround until the proper authentication flow is implemented would be to run smm while you are connected to the RWTH VPN.