You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
44
44
A very easy to use Reddit Media Downloader. The library can also be used to download pictures and even picture galleries all just with a reddit post link. You can access Reddit API methods without having your own bot with classes such as ```DownloadBySubreddit``` more on that below.
45
45
46
-
<b>NOTE: </b> this package only downloads media from posts with images/video directly uploaded to reddit and not from sources like imgur or youtube / vimeo which are posted to Reddit.
46
+
<b>NOTE: </b> As of RedDownloader 4 only Youtube and Imgur Single Image Posts are supported
To change the file download destination you can set the ```destination``` argument to the path you want to download the file to. By default it downloads the file in the current working directory. To change to output file name you can set the ```output``` argument to the name of the file you want to download the audio to. By default it downloads the file with the name ```Audio.mp3```.
252
252
253
+
<h1>New Features in RedDownloader 4.0:</h1>
254
+
255
+
<h2> Youtube and Imgur Support</h2>
256
+
257
+
Starting RedDownloader 4 you can download reddit posts which link to a youtube video and imgur single files.
258
+
<b>NOTE:</b> Imgur Album links are not yet supported
259
+
260
+
Any Version previous to RedDownloader 4 would yield a ```Post Not Recoganized Error```
0 commit comments