- #42 Fixed maximum and minimum video qualities not fetched.
- #39 Fixed audio not downloaded due to new Reddit patches.
- #35 Fixed random audio track given to videos with no audio track.
- Temp cleaning is now true by default. Use
-nc
or--noclean
to save temp files.
- #34 Added option to set custom filename.
- #33 Fixed mixing up .vtt files with videos.
- #32 Fixed fetching audio with the new Reddit architecture.
- #24 Added support for parallel instances saving to same directory.
- You can now call
redvid
directly from terminal with no need forcredvid.py
. - Added custom temp clean method.
- #20 Added a feature to create a folder in case it does not exist.
- #18 Fixed bug when handling path that caused recursive directories.
- #15 Fixed bug when fetching reddit videos with expiry date.
- #11 redvid can now decide best quality according to given size.
- Added support for old reddit videos.
- Fixed bug where video qualities list can't be parsed.
- #8 Added the ability to disable logging.
- Maximum video size can be set.
- #9 Maximum video duration can be set.
- #7 Fixed a bug with quality fetching.
download()
will return file path again.
- #5 Can now download urls with v.reddit.it fromat.
- #4 PATH can be choosed instead of current dir.
- #3 Max/Min quality can be automatically set to skip quality query.
- Added ffmpeg encoding to videos with no sound to be uploadable on some platforms.
- Adjusted printed text and progress bars.
- First Release