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

Exception has occurred: AttributeError module 'RedDownloader' has no attribute 'DownloadVideosBySubreddit' #44

Closed codingeologist closed 3 months ago

codingeologist commented 1 year ago

Version 4.2.0:

Reddit API methods are missing:

RedDownloader.DownloadBySubreddit RedDownloader.DownloadImagesBySubreddit RedDownloader.DownloadVideosBySubreddit RedDownloader.DownloadGalleriesBySubreddit

Jackhammer9 commented 1 year ago

Checked all methods and everything is fine the issue can't be reproduced.

Code Executed:

from RedDownloader import RedDownloader

RedDownloader.DownloadBySubreddit("memes" , 1)
RedDownloader.DownloadGalleriesBySubreddit("blender", 1)
RedDownloader.DownloadImagesBySubreddit("unity2d",1)
RedDownloader.DownloadVideosBySubreddit("videos",1)
codingeologist commented 1 year ago

Which version is this on?

Jackhammer9 commented 1 year ago

Greetings you should be able to access these methods from the latest releases of RedDownloader at the time of writing this the latest version is 4.2.0

Jackhammer9 commented 3 months ago

Stale Issue No New Comments