CourseListParser: don't replace https with httpss #28
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-course-list-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The links in the course list recently switched from
http
tohttps
. The current implementation replaceshttps
tohttpss
. This fix should get the timetables to work again.