Skip to content

Releases: mps-youtube/pafy

Version 0.5.5

22 Nov 07:13
0e32519
Compare
Choose a tag to compare

[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)

Version 0.5.4

11 Feb 21:17
e6348cf
Compare
Choose a tag to compare

[Bugfix] Fix bug in views/likes/comments (@kiorky) (#171)
[Update] Do not automatically fall back to buggy internal backend (can be overridden with an environmental variable) (@ids1024)
[Update] Support UU playlist urls (@sedden) (#176)
[Update] Support FL playlist urls (@zetasyanthis) (#177)
[Feature] Support KB/MB/GB download progress (@ritiek) (#178)
[Feature] Add API for channels (@vn-ki) (#196)

Version 0.5.3.1

15 Jan 22:12
v0.5.3.1
46aac0f
Compare
Choose a tag to compare

15 January 2017
Version 0.5.3.1

[Bugfix] - Fix issue when stdout.encoding is None (#165)

Version 0.5.3

14 Jan 03:23
v0.5.3
c5ea131
Compare
Choose a tag to compare

13 January 2017
Version 0.5.3

[Bugfix] - Handle occassional issue reading category (@regisb)
[Bugfix] - Encode filename to system locale (#163)
[Update] - Support m.youtube.com urls (@HouseK) (#159)
[Update] - Support gaming.youtube.com urls (@Phosphorus-M) (#161)
[Update] - Fix running under Boost.Python (#162)

Version 0.5.2

18 Aug 19:05
v0.5.2
388db45
Compare
Choose a tag to compare

18 August 2016
Version 0.5.2

[Bugfix] - Fix internal backend (#140)
[Update] - Support liked video playlist (#149)
[Update] - Add spaces to file name format (@ghost) (#145)

Version 0.5.1

01 Jun 01:04
v0.5.1
b3515d6
Compare
Choose a tag to compare

31 May 2016
Version 0.5.1

[Bugfix] - Fix python 2 import (#134)
[Bugfix] - Fix two bugs in the internal backend (major bug remains unfixed)
[Update] - Remove deprecated signature argument

Version 0.5.0

28 Feb 21:10
Compare
Choose a tag to compare

28 February 2016
Version 0.5.0

[Feature] - Support both youtube-dl backend and internal backend (old 0.3.x branch). This makes youtube-dl an optional dependency, though it is more stable and thus recommended. There will be no more 0.3.x releases, as this eliminates the need for them.

To use the internal backend even if youtube-dl is installed, set the environmental variable PAFY_BACKEND to "internal".

[Bugfix] - Fix UnicodeDecodeError(krishnawhite) (#129)
[Bugfix] - Fix quality property

Version 0.4.3

01 Jan 22:08
Compare
Choose a tag to compare

1 January 2016
Version 0.4.3

[Feature] - get_playlist2() command with new interface and support for playlists longer than 200 videos (@ids1024)
[Bugfix] - Fix ZeroDivisionError (@cpnielsen) (#125)

Version 0.3.82

01 Jan 21:56
Compare
Choose a tag to compare

1 January 2016
Version 0.3.82

[Feature] - get_playlist2() command with new interface and support for playlists longer than 200 videos (@ids1024)
[Bugfix] - Fix ZeroDivisionError (@cpnielsen) (#125)

Version 0.3.80

21 Dec 01:38
Compare
Choose a tag to compare

20 December 2015
Version 0.3.80

[Bugfix] - Fix javascript extraction code, using file from youtube_dl