How exactly does --time option work? #413
Unanswered
pawelmalak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on option descriptions from README.md I was expecting to run
python -m bdfr download test/ --sort new --subreddit wallpaper --time hour --file-scheme {DATE} --verbose --limit 10
and get all submissions posted within last hour. However that's not the case.Here is test/ directory content after running above command:
As you can see only one file (
2021-05-20T163715.jpg
) matches the filter but other were still downloaded. Am I using it incorrectly?Beta Was this translation helpful? Give feedback.
All reactions