slackbuilds/network/Pafy
Marcel Saegebarth 3239b4e711 network/Pafy: Fix DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-03-01 01:22:42 +07:00
..
Pafy.SlackBuild network/Pafy: Updated for version 0.3.72. 2015-02-12 17:44:28 +07:00
Pafy.info network/Pafy: Fix DOWNLOAD url. 2015-03-01 01:22:42 +07:00
README network/Pafy: Updated for version 0.3.68. 2015-01-16 23:22:29 +07:00
doinst.sh network/Pafy: Updated for version 0.3.46. 2014-06-12 06:51:39 +07:00
slack-desc network/Pafy: Added (Python API for YouTube content). 2014-02-02 02:09:51 -06:00

README

Python API for YouTube - Download videos and retrieve metadata from YouTube.

- Retreive metadata such as viewcount, duration, rating, author, thumbnail, 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
- Download audio only (no video) in ogg or m4a format
- Download video only (no audio) in m4v format
- Retreive playlists and playlist metadata
- Works with Python 2.6+ and 3.3+

Optional dependency: ffmpeg