Skip to content

Commit d373be0

Browse files
committed
updated CHANGELOG.md
1 parent 1b00d07 commit d373be0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
- updated the logic for fetchTestCases.ts (basically adding logic for second selector to account for every question on leetcode)
6464

6565
### Fixed
66-
- modified executeCode.ts file such that before proceeding it check for the python version (either python or python3) that is installed in the machine
66+
- modified executeCode.ts file such that before proceeding it check for the python version (either python or python3) that is installed in the machine
67+
68+
--------------------------------------------------------------------------------------------------------------
69+
### Modifications #4
70+
71+
### Fixed
72+
- updated the logic for fetchTestCases as some leetcode problem page has input and output under <pre> class so we have to use <pre> as the selector for puppeteer on the other hand some leetcode problems(old problems) has input and output under div.example-block under <strong> tags so I have updated the logic of puppeteer to fetch test cases for all the problems in leetcode no matter new or old
73+
(this thing can change anytime if any time leetcode decided to change the class under which they write input and output)
74+

0 commit comments

Comments
 (0)