Skip to content

Commit

Permalink
Merge pull request #243 from ritiek/release-v0.5.5
Browse files Browse the repository at this point in the history
Release v0.5.5
  • Loading branch information
ids1024 authored Nov 21, 2019
2 parents 9eecd42 + b1dce95 commit 0e32519
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
21 November 2019
Version 0.5.5

[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
(@ryin1) (#210)
[Bugfix] - Fix crash when no view_count is returned (@dokime7) (#220)
[Update] - Set shebang to force to Python 3 instead of system version of
Python (@pirate486743186) (#224)
[Update] - Support OL playlist urls (@lopsided98) (#226)
[BugFix] - Prefer HTTPS by default otherwise some video URLs fail (@ritiek) (#235)

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

11 February 2018
Version 0.5.4

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.4"
__version__ = "0.5.5"
__author__ = "np1"
__license__ = "LGPLv3"

Expand Down

0 comments on commit 0e32519

Please sign in to comment.