QasimWani / LeetHub

Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
https://chrome.google.com/webstore/detail/leethub/aciombdipochlnkbpcbgdpjffcfdbggi
MIT License
3.92k stars 1.38k forks source link

Supporting "Explore" Problems #269

Open holts-shoe opened 2 years ago

holts-shoe commented 2 years ago

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

marcodallagatta commented 2 years ago

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.