mysteryengineer / reddit-downloader

Download all the pictures/videos posts from a particular user on Reddit.
MIT License
37 stars 1 forks source link

I would like to be able to choose filetypes to download. #3

Closed rlitsetorp closed 9 months ago

rlitsetorp commented 9 months ago

It would be great if it were possible to set which file types should be downloaded. For example: -e REDDIT_FILETYPES=("jpg", "jpeg") and so on, also that these are independent of lower or upper case.

vegidio commented 9 months ago

This is probably an easy change. I will try to work on this after the holidays.

rlitsetorp commented 9 months ago

Wow, fast answer! You got a star from me, i really like the project!

vegidio commented 9 months ago

This change is now available in the release 24.1.2


File filtering

You can filter the files that you want to download based on their extension, separated by comma. To do that you must: