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

I cannot download videos. Only JPGs / GIFs #21

Closed Shitposto closed 1 year ago

Shitposto commented 1 year ago

import os os.environ["IMAGEIO_FFMPEG_EXE"] = "/Users/jj/audio-orchestrator-ffmpeg/bin/ffmpeg"

from RedDownloader import RedDownloader

file = RedDownloader.Download(url = "https://www.reddit.com/r/shitposting/comments/ws8bb1/high_quality_lobster_with_dracula_music/?utm_source=share&utm_medium=web2x&context=3" , output="lobster")


Error:

It tries downloading all the resolutions until popping up this error:

"Sorry there was an error while fetching video/audio files"

(I also had to download FFMPEG manually on Mac, since I couldn't run the code in another way)

Already tried with different videos/subreddits and nothing, only allows me to download Images and GIFs

Any recommendation?

Jackhammer9 commented 1 year ago

Issue does not seem reproducible.

I'll enable full traceback details in next RedDownloader Update so you can send in what it says and i can have a look