josephrcox / easy-reddit-downloader

Simple headless Reddit post downloader
MIT License
78 stars 12 forks source link

Downloads first item specified only #76

Closed ralphv closed 1 year ago

ralphv commented 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?

josephrcox commented 1 year ago

You actually don't have to loop there as checkIfDone is called for each subreddit.