Closed ralphv closed 1 year ago
You are only downloading the first list item
https://github.com/josephrcox/easy-reddit-downloader/blob/84c02df7505c23462036814d5266a3e2b3906d7b/index.js#L290
Shouldn't you be looping on that?
You actually don't have to loop there as checkIfDone is called for each subreddit.
You are only downloading the first list item
https://github.com/josephrcox/easy-reddit-downloader/blob/84c02df7505c23462036814d5266a3e2b3906d7b/index.js#L290
Shouldn't you be looping on that?