leetcode-downloader
leetcode-downloader copied to clipboard
Fix: avoid empty submissions folder
It seems that the GET api/problems/all/ service changed its response structure. Now, by removing the filtering step, we avoid having an empty submission folder after running fetchSubmission.
I also moved the "Downloading" message a few lines later to avoid confusion.
Signed-off-by: Jorge Ramírez [email protected]