Krut Patel
Krut Patel
Maybe https://github.com/ibillingsley/HumbleNewTabPage might be a good reference point for such a thing.
It doesn't support flipped lectures for now, and I don't have access to any course with those so I can't add this myself.
Sadly I don't have enough free time now to be able to work on this actively. If you're willing, try to understand the [current implementation](https://github.com/iamkroot/ilc-scraper/blob/d71432bc1bbb867f32c6e8ce005fc11e03eacd71/ilc_scrape.py#L263) of the scraper and try...
Please fill the *entire* bug report, providing all the details. This error was faced by many others, look through the closed issues.
Sadly I don't have access to the course on impartus, so I can't debug this myself. Read through [this](https://github.com/iamkroot/ilc-scraper/issues/19#issuecomment-619543265) comment (and the entire issue too) and send the stored file...
The scraper uses the `seqNo` field provided by Impartus to number the lectures. So if you're having trouble with missing lectures, the metadata from Impartus is incorrect. I suggest just...
@ahmubashshir? Seems to be a packaging issue
> whitelisted path checking is case sensitive on Windows Yep, that is definitely true. We literally just do a [`path.startswith(directory)` check](https://github.com/iamkroot/trakt-scrobbler/blob/b2b4d440d592b0f0c0d796aa0883874f8efe82c3/trakt_scrobbler/file_info.py#L48). The main issue at hand is that we fail...
Thing is, all strings are UTF-8 by default in Python. So in this case, when we fail to decode `E:\\Let\xc3\x83\xc2\xb6lt\xc3\x83\xc2\xa9sek\\` as `cp1250`, we _do_ fall back to UTF-8 (by virtue...
I'd prefer to keep this open for now, and only merge a proper solution. Considering that you are the first person to bring up this issue in over 4 years,...