network/Pafy: Update README.

This commit is contained in:
B. Watson 2016-11-06 17:56:26 -05:00 committed by Willy Sudiarto Raharjo
parent 034da3a3e7
commit 262bdc7a35
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 15 additions and 11 deletions

View File

@ -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