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

It isn't downloading v.redd.it & i.redd.it submissions #51

Closed tribhuwan-kumar closed 4 months ago

tribhuwan-kumar commented 8 months ago

code:

from RedDownloader import RedDownloader
RedDownloader.Download("https://i.redd.it/pjejgqxwnmyb1.jpg")

Error:

INFO: Error: Could Not Recognize Post Type

But it downloads the same post from different link

Jackhammer9 commented 4 months ago

Greetings @tribhuwan-kumar ,

Thank you for your issue as per your request RedDownloader will now support downloading files directly from i.redd.it and v.reddit urls. These changes would reflect in the next version of RedDownloader so please kindly update to it when the next version rolls out

Jackhammer