Download where title contains term #973
-
Let's say I want to download results from r/pics that have the term "sunset" somewhere in the title. Here's what I've (unsuccessfully) tried:
and
How do I do this correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Replying to myself in case anyone else has this issue. Basically, the command needs to be authenticated (prove you're a reddit user). The code that worked for me:
Or, generic required commands:
edit for formatting |
Beta Was this translation helpful? Give feedback.
Replying to myself in case anyone else has this issue. Basically, the command needs to be authenticated (prove you're a reddit user). The code that worked for me:
bdfr download "C:\Users\cosmosfood\Documents\" --subreddit pics -L 10 --search "title:sunset" --authenticate --file-scheme "Sunset -- {DATE} -- {TITLE}" --folder-scheme "" --no-dupes --disable-module Imgur --sort new
Or, generic required commands:
bdfr download "<folder>" --subreddit <sub> --search "title:<keyword>" --authenticate
edit for formatting