File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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+
1161 January 2016
217Version 0.4.3
318
Original file line number Diff line number Diff line change 11import sys
22
3- __version__ = "0.4.3 "
3+ __version__ = "0.5.0 "
44__author__ = "np1"
55__license__ = "LGPLv3"
66
You can’t perform that action at this time.
0 commit comments