Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release changes for v0.5.6 #253

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
10 January 2020
Version 0.5.6

[Bugfix] - Fix a bug where a manifest URL is returned instead of the
direct URL when fetching for video and audio streams (@noembryo) (#237)
[BugFix] - Return filepath when Stream.download() is called, like mentioned in
docs (@bhigy) (#247)
[Update] - Update repo's homepage, download, etc. URLs to their current valid
location (@regisb) (#249)
[Update] - Update print statement for consistency with both Python 2 & 3
(@ritiek) (#250)
[Update] - Use built-in os.rename to move files instead of calling `mv`
(@ritiek) (#251)

-------------------------------------------------------------------------------

21 November 2019
Version 0.5.5

[Performance] Fix download throttling for youtube-dl (@vn-ki) (#203)
[Performance] - Fix download throttling for youtube-dl (@vn-ki) (#203)
[Feature] - Support passing custom filenames to ytdl command-line tool
(@inspectorG4dget) (#208)
[Update] - Pass ydl_opts as keyword argument instead of positional argument
Expand Down
2 changes: 1 addition & 1 deletion pafy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.5"
__version__ = "0.5.6"
__author__ = "np1"
__license__ = "LGPLv3"

Expand Down