Skip to content

Releases: mps-youtube/pafy

pafy-0.3.20-19-Oct-2013

19 Oct 23:31
@np1 np1
Compare
Choose a tag to compare

19 October 2013
Version 0.3.20
Authors: nagev

[Feature] Added support for audio-only stream download (m4a and ogg vorbis)
[Feature] Added support for video-only stream download (m4v)
[Feature] Added bitrate property for audio streams
[Feature] Added quality property to return bitrate or resolution depending on stream type (audio or video)
[Feature] Updated ytdl command line tool to incorporate download choices from above streams
[Feature] Added getbestaudio() function to automatically select best quality audio stream
[Bugfix] Allow downloading of videos with no title
[Docs] Updated documentation for pafy and ytdl demonstrating usage of above features (README.md)
[Docs] Added this changelog.txt file

Notes:

This version should be fully backward compatible with the previous version.
Pafy objects retain the pafy.streams list containing regular streams as before (video + audio)
In addition, there are now two new stream lists;
pafy.audiostreams is a list of audio only streams (m4a and ogg vorbis where available)
pafy.videostreams is a list of video only streams (m4v)
Further, there is a pafy.allstreams list containing the union of all three aforementioned lists

0.3.08

13 Sep 02:45
@np1 np1
Compare
Choose a tag to compare
  • More robust encrypted signature handling
  • download() progress parameter changed to quiet parameter. Argument will need inverting in API implementations. Default will remain unaffected (always shows progress / not quiet)

0.2

06 Jul 00:01
@np1 np1
Compare
Choose a tag to compare
0.2
v0.2

Added method to get the filesize of a stream

0

06 Jul 00:00
@np1 np1
Compare
Choose a tag to compare
0
Added method to get the filesize of a stream