How to download a list of users? YAML file difficulty #897
BluesFanUK
started this conversation in
General
Replies: 1 comment 1 reply
-
There's no YAML file in your command? Additionally you at least need to specify a download location. It's hard to tell what's going on past that if you don't share the logs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The instructions seem to be a little more geared towards experienced users. I just went by the example and created a YAML file with the same name (my_opts.yaml), and used the same line of code to run it, but all I get is: [2023-06-24 17:37:38,968 - root - INFO] - Program complete
Clearly i'm being stupid, but I presumed feeding a YAML file into CMD with the list of users would just go through the users and download for me. Can this not be done with a text file? The instructions example has the the following:
cat users.txt | xargs -L 1 echo --user | xargs -L 50 bdfr download
I'vr tried that, but xargs isn't mentioned as part pf the initial setup, so this doesn't work at all.
Help please.
EDIT - So replacing subreddit with user seems to break it. It doesn't work with users for some reason, works fine with subreddits.
Beta Was this translation helpful? Give feedback.
All reactions