Version: 0.5.5, Package name: py-pafy-0.5.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Pafy is a Python library to download YouTube content and retrieve metadata. Features: * Retrieve metadata such as viewcount, duration, rating, author, thumbnail and keywords * Download video or audio at requested resolution/bitrate/format/filesize * Command line tool (ytdl) for downloading directly from the command line * Retrieve the URL to stream the video in a player such as vlc or mplayer * Works with age-restricted videos and non-embeddable videos * Small, standalone, single importable module file (pafy.py) * Select highest quality stream for download or streaming * Video only (no audio) download option (m4v or webm) * Audio only (no video) download option (ogg or m4a) * Retrieve playlists and playlist metadata |
Filesize: 29.071 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-11-21 02:40:10 by Benoit Lecocq | Files touched by this commit (3) |
Log message: Update to py-pafy-0.5.5. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-11-26 02:27:03 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missing BDEP. |
2018-11-25 13:34:37 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to py3-pafy-0.5.4 Switch to py3 and add youtube-dl as a rdep From semarie |
2017-05-23 05:11:16 by Benoit Lecocq | Files touched by this commit (3) |
Log message: Update to py-pafi-0.5.3.1. |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |
2015-08-25 07:18:28 by Stuart Henderson | Files touched by this commit (107) |
Log message: remove bcallah as maintainer of his ports, at his request |
2015-06-28 16:52:21 by Brian Callahan | Files touched by this commit (3) |
Log message: Update to 0.3.74 and add a pre-configure Perl substitution that does the same work as a bugfix patch (which will go away next update, it saves having to create a patches/ directory). |
2015-06-22 01:57:29 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: use MODPY_PI |