download multiple users with yaml file? #958
Unanswered
bookish1303
asked this question in
Q&A
Replies: 1 comment
-
I don't know the answer with the YAML method, but an alternate is to keep users in text lists. With this method then you can make a Powershell script that reads the list and passes each user to BDFR similar to the Linux xargs command suggested in the README and the thread linked.
inside the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there:
Just trying this out, and attempting to download from multiple user profiles by putting the list of users into the options YAML file.
Here's what my test yaml file looks like:
Running bdfr with command
D:\Downloads\bdfr' --opts opts.yml -v
returnsI figured that it would be a matter of taking the sample yaml file and changing from
subreddit
touser
, but it seems like that's not the case. There's an earlier discussion but it seems like it didn't go anywhere. Does anyone have any advice on the correct syntax to use?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions