How can I download videos from reddit using praw

Solution 1:

There is a very easy to use library that installs reddit videos with sound just install RedDownloader by:

pip install RedDownloader

use it with:

from RedDownloader import RedDownloader

file = RedDownloader.Download(url = "url of post" , output="output file name here" , quality = 720)

quality is video quality where possible qualities are 360 , 720 , 1080