I want to download a full subreddit, with its posts, comments (100%), images and videos. #890
-
I can use this python3 -m bdfr download path/.. --subreddit ASubreddit --submitted --authenticate --no-dupes, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This requires the use of the |
Beta Was this translation helpful? Give feedback.
-
Hello @Serene-Arc , isn't that argument only usable for when you want to target a user rather than a subreddit? This is the eror I get:
Can you test it and tell me which line of code worked for you best? I want posts AND all comments (and imagers as an option, but comments for all subreddit are most important) |
Beta Was this translation helpful? Give feedback.
I said you need to use the clone command. Read through the README. But yes, my mistake. The
--all-comments
is not correct, it's just the--comment-context
option.