You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloads are successful but course names are always untitled. I am downloading lectures from UniMelb's echo360. Not really a big deal but it'd be nice if we have the option to name the course if it's too difficult to scrape the right course name
It used to works before but when the schema changes the previous method failed to extract the name (and fallback to UNTITLED). Would you be able to provide the debug log with the --debug flag where it contains information that you need for information extraction? Or a PR is welcome too if you don't want to post your information (and since you too are a developer:))
Hi @kcanares thanks for the log. From what I can see from the log file, the course home page did not response any course name at all (which is why the program wasn't able to extract any). It did reponsed with a field sectionId that looks like is a uuid of the course 944407f6-007f-4f18-ba66-187bbf396d12.
I'm guessing it is possible to retrieve the actual course name from the uuid with some request, but I do not have the means to work on it. If anyone have basic knowledge on coding and have the means to access such a page, it would be great to have a PR on it.
Downloads are successful but course names are always untitled. I am downloading lectures from UniMelb's echo360. Not really a big deal but it'd be nice if we have the option to name the course if it's too difficult to scrape the right course name
The text was updated successfully, but these errors were encountered: