diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-02 14:52:59 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:51 -0600 |
commit | 9d798b22f33dbe156533d0a104afd75307637484 (patch) | |
tree | 1c1918c3d83616c6ad39cdade9a5897eb6dad3b2 /network/Pafy/README | |
parent | d825d93d1713644cbf56fe1b0bf01b6a1b4d2e77 (diff) | |
download | slackbuilds-9d798b22f33dbe156533d0a104afd75307637484.tar.gz |
network/Pafy: Added (Python API for YouTube content).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/Pafy/README')
-rw-r--r-- | network/Pafy/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/Pafy/README b/network/Pafy/README new file mode 100644 index 0000000000..25e91a18f4 --- /dev/null +++ b/network/Pafy/README @@ -0,0 +1,11 @@ +Python API for YouTube - Download videos and retrieve metadata from YouTube. + +- Retreive metadata such as viewcount, duration, rating, author, thumbnail, etc +- 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 |