diff options
author | B. Watson | 2016-11-06 23:56:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-11-12 00:58:01 +0100 |
commit | 262bdc7a3538472c4503d084749bee6526f31d3e (patch) | |
tree | 66ba58398605402864db5eb8bdcc6399f289478a /network/Pafy | |
parent | 034da3a3e7b8b0131aac086f2f3b6e89ea7c2af1 (diff) | |
download | slackbuilds-262bdc7a3538472c4503d084749bee6526f31d3e.tar.gz |
network/Pafy: Update README.
Diffstat (limited to 'network/Pafy')
-rw-r--r-- | network/Pafy/README | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/network/Pafy/README b/network/Pafy/README index 726be612d6..c11e5b8b30 100644 --- a/network/Pafy/README +++ b/network/Pafy/README @@ -1,15 +1,19 @@ +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+ +- 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 |