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
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Problem:
Currently, there are errors when scraping leetcode.com using the leetcode API. This has to do with Leetcode recently updating their HTML. Some of the constants in leetcode_constants.py used to read certain elements off the page no longer work as expected.
Potential Solution:
Go through leetcode.com/{user} HTML and figure out what HTML elements correspond to what we want to scrape, and update leetcode_constants.py to correct that.
The text was updated successfully, but these errors were encountered:
Problem:
Currently, there are errors when scraping leetcode.com using the leetcode API. This has to do with Leetcode recently updating their HTML. Some of the constants in
leetcode_constants.py
used to read certain elements off the page no longer work as expected.Potential Solution:
Go through
leetcode.com/{user}
HTML and figure out what HTML elements correspond to what we want to scrape, and updateleetcode_constants.py
to correct that.The text was updated successfully, but these errors were encountered: