Serene-Arc / bulk-downloader-for-reddit

Downloads and archives content from reddit
https://pypi.org/project/bdfr
GNU General Public License v3.0
2.31k stars 212 forks source link

[FEATURE]: min/max upvote filters #630

Closed chapmanjacobd closed 2 years ago

chapmanjacobd commented 2 years ago

Description

Similar to yt-dlp's --min-views and --max-views it would be nice if bdfr could filter out posts that had fewer than x upvotes (as well as downvotes or u/d-ratio).

bdfr --min-upvotes 500 'https://old.reddit.com/r/Damnthatsinteresting/top/?sort=top&t=week'
Fakeaccount12312 commented 2 years ago

As a temporary fix until this feature is added, I start--file-scheme with {UPVOTES}-, then sort by name after its downloaded, select all files below/above the treshold + delete them, and remove the Upvotes from the file names with a mass renamer.