SN4T14 / RedArc.js

Subreddit archiving tool written in Node.js
Do What The F*ck You Want To Public License
2 stars 1 forks source link

Can't archive all subreddits #4

Closed SN4T14 closed 9 years ago

SN4T14 commented 9 years ago

if one of the subreddits in subreddits.txt is /r/all, RedArc.js should archive everything.

ohhdemgirls commented 9 years ago

Or treat r/all as a single sub? Keeping other listed subs separate instead of just archiving everything and ignoring the other subs in subreddits.txt Hmm ..

I'm not dead, just taking some time.

SN4T14 commented 9 years ago

I'm not sure I understand what you mean? RedArc.js shouldn't remove subreddits or users from their text files or anything, it should just check if /r/all is listed in subreddits.txt, and if it is, archive all posts on all subreddits.

Also, glad to hear you're alive, we've all been worried sick about you! :)

ohhdemgirls commented 9 years ago

Ahh sorry, I'm with you carry on :p

SN4T14 commented 9 years ago

Fixed with 2 lines of code in 496e46a.