LeetHub icon indicating copy to clipboard operation
LeetHub copied to clipboard

Supporting "Explore" Problems

Open holts-shoe opened this issue 2 years ago • 1 comments

First, awesome project. Thanks for making this. :)

Is your feature request related to a problem? Please describe. I have been working on leetcode problems in the "Explore" Category, for example: https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/ A sample problem from that section is the "Remove Duplicates from Sorted Array" problem. https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/727/ And the corresponding submission URL is https://leetcode.com/submissions/detail/693231812/?from=explore&item_id=727 Unfortunately LeetHub does not recognize these submissions. I have to search for the problem https://leetcode.com/problems/remove-duplicates-from-sorted-array/ and then click the "submit" button to resubmit my solution.

Describe the solution you'd like If you could support submissions for leetcode questions with the url structure: https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/727/ https://leetcode.com/submissions/detail/693231812/?from=explore&item_id=727 That would be awesome

holts-shoe avatar May 04 '22 20:05 holts-shoe

I second this request. Would be really useful to either have this working, or not at all. Right now it just creates a folder with the name of the lesson in the repo, with just a README with the assignment, but no submission.

marcodallagatta avatar Jul 12 '22 14:07 marcodallagatta