Skip to content

Commit 88e4ec0

Browse files
committed
Version 0.5.0
1 parent d1207ee commit 88e4ec0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
28 February 2016
2+
Version 0.5.0
3+
4+
[Feature] - Support both youtube-dl backend and internal backend (old 0.3.x
5+
branch. This makes youtube-dl an optional dependency, though it
6+
is more stable and thus recommended. There will be no more 0.3.x
7+
releases, as this eliminates the need for them.
8+
9+
To use the internal backend even if youtube-dl is installed, set
10+
the environmental variable PAFY_BACKEND to "internal".
11+
[Bugfix] - Fix UnicodeDecodeError(krishnawhite) (#129)
12+
[Bugfix] - Fix quality property
13+
14+
-------------------------------------------------------------------------------
15+
116
1 January 2016
217
Version 0.4.3
318

pafy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "0.4.3"
3+
__version__ = "0.5.0"
44
__author__ = "np1"
55
__license__ = "LGPLv3"
66

0 commit comments

Comments
 (0)