slackbuilds/network/Pafy
B. Watson 3e52aed40e network/Pafy: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
2022-06-09 13:22:35 -04:00
..
Pafy.SlackBuild network/Pafy: Update email address. 2022-06-09 13:22:35 -04:00
Pafy.info
README network/Pafy: Wrap README at 72 columns. 2022-03-13 17:29:04 -04:00
doinst.sh
slack-desc

README

Pafy (Python API for YouTube content)

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+.