Skip to content

Commit

Permalink
Updated to v1.0.8
Browse files Browse the repository at this point in the history
Fixed a bug with quality fetching.
  • Loading branch information
elmoiv authored Jul 1, 2020
1 parent 239d501 commit 77825ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ https://m.wikihow.com/Install-FFmpeg-on-Windows
`$ brew install ffmpeg`

## Changelog
### v1.0.8:
* Fixed a bug with quality fetching.
### v1.0.7:
* `download()` will return file path again.
### v1.0.6:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="redvid",
version="1.0.7",
version="1.0.8",
author="elmoiv",
author_email="[email protected]",
description="Smart downloader for Reddit hosted videos",
Expand Down

0 comments on commit 77825ca

Please sign in to comment.