diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:29:04 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:29:04 -0400 |
commit | 9a98ee4b90d9e1a4e2a595af9a4db659a4a868b6 (patch) | |
tree | 86ffa1cdb434806fac80d0fe686010966d5ed43d /network/Pafy | |
parent | ded675d674f47ce70a4a299732cd0d46d7e029c8 (diff) |
network/Pafy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/Pafy')
-rw-r--r-- | network/Pafy/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/network/Pafy/README b/network/Pafy/README index a9b7098d28360..7597769aa44b5 100644 --- a/network/Pafy/README +++ b/network/Pafy/README @@ -1,13 +1,16 @@ Pafy (Python API for YouTube content) -Python API for YouTube - Download videos and retrieve metadata from YouTube. +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. +- 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. |