fspv / leetcode-anki

Anki cards generator for Leetcode
MIT License
297 stars 44 forks source link

Fixed for latest leetcode-api changes #1

Closed klintan closed 3 years ago

klintan commented 3 years ago

Seems your latest changes to the leetcode-api broke the leetcode-anki generation.

Also had another issue where I didn't get any content from leetcode I think which broke the Anki-generation (since the return was None and not a str.

Fixed here.

Let me know what you think.

Thanks for this package!!

fspv commented 3 years ago

Hi Andreas!

Believe it or not, but I have the same commit locally. I just forgot to push it out. Anyway I'll merge this one. Thanks!