Skip to content

Commit e06bea7

Browse files
committed
RedDownloader 4 Release
1 parent fb6bea0 commit e06bea7

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

22.4 KB
Binary file not shown.

dist/RedDownloader-4.0.tar.gz

25.4 KB
Binary file not shown.

src/RedDownloader.egg-info/PKG-INFO

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: RedDownloader
3-
Version: 3.3.0
3+
Version: 4.0
44
Summary: A package to download Reddit hosted videos easily and efficiently.
55
Home-page: https://github.com/JackhammerYT/RedVidDownloader
66
Author: Arnav Bajaj
@@ -58,7 +58,7 @@ License-File: LICENSE
5858

5959
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.
6060

61-
<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.
61+
<b>NOTE: </b> As of RedDownloader 4 only Youtube and Imgur Single Image Posts are supported
6262

6363
<h1> Installation </h1>
6464
To Install the package:
@@ -265,6 +265,15 @@ audio = RedDownloader.GetPostAudio(url)
265265

266266
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```.
267267

268+
<h1>New Features in RedDownloader 4.0:</h1>
269+
270+
<h2> Youtube and Imgur Support</h2>
271+
272+
Starting RedDownloader 4 you can download reddit posts which link to a youtube video and imgur single files.
273+
<b>NOTE:</b> Imgur Album links are not yet supported
274+
275+
Any Version previous to RedDownloader 4 would yield a ```Post Not Recoganized Error```
276+
268277

269278
## Star History
270279

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
requests
22
tqdm==4.62.3
33
moviepy
4+
pytube

0 commit comments

Comments
 (0)