Jackhammer9 / RedDownloader

A python library to simplify downloading different types of media from reddit
GNU General Public License v3.0
79 stars 14 forks source link

Suppress Output when Downloading #43

Closed shanktt closed 1 year ago

shanktt commented 1 year ago

Is there a way to suppress the output from RedDownloader.Download()?

Jackhammer9 commented 1 year ago

you can use the verbose argument to supress any output getting printed to console.

Example: RedDownloader.Download(verbose=False)

Initially mentioned in #36

Jackhammer9 commented 1 year ago

Stale Issue No Activity