Skip to content

Commit 0e32519

Browse files
authored
Merge pull request #243 from ritiek/release-v0.5.5
Release v0.5.5
2 parents 9eecd42 + b1dce95 commit 0e32519

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
21 November 2019
2+
Version 0.5.5
3+
4+
[Performance] Fix download throttling for youtube-dl (@vn-ki) (#203)
5+
[Feature] - Support passing custom filenames to ytdl command-line tool
6+
(@inspectorG4dget) (#208)
7+
[Update] - Pass ydl_opts as keyword argument instead of positional argument
8+
(@ryin1) (#210)
9+
[Bugfix] - Fix crash when no view_count is returned (@dokime7) (#220)
10+
[Update] - Set shebang to force to Python 3 instead of system version of
11+
Python (@pirate486743186) (#224)
12+
[Update] - Support OL playlist urls (@lopsided98) (#226)
13+
[BugFix] - Prefer HTTPS by default otherwise some video URLs fail (@ritiek) (#235)
14+
15+
-------------------------------------------------------------------------------
16+
117
11 February 2018
218
Version 0.5.4
319

pafy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.4"
1+
__version__ = "0.5.5"
22
__author__ = "np1"
33
__license__ = "LGPLv3"
44

0 commit comments

Comments
 (0)