@@ 3,7 3,7 @@
.Os
.Sh NAME
.Nm caoydl
-.Nd Yet another YouTube cli frontend which strives to follow the UNIX philosophy
+.Nd Yet another YouTube cli frontend written in C
.Sh SYNOPSIS
.Nm caoydl
.Op Fl r
@@ 16,8 16,9 @@ utility is meant to be an interface to YouTube: you can search videos,
search channels, get video streams, description and basic information,
get channel content, playlist content, ...
.Pp
+The name
.Nm
-comes from "C aoydl" since it was heavily inspired by the "aoydl"
+means "C aoydl" since it was heavily inspired by the "aoydl"
(Aczkolwiek's Own Youtube-DL) POSIX shell script (the project seems to
be dead by now), and is based on "frontends" (see the
.Sx "SEE ALSO"
@@ 33,7 34,7 @@ Search videos: outputs video URLs, titles, atom feeds, channel titles,
channel IDs, dates of publication, viewcounts, and durations.
.It Fl c Ar <query>
Search channels: outputs their IDs and titles.
-.It Fl P Ar <channel id/url>
+.It Fl P Ar <channel_id/url>
Get channel playlists: outputs their IDs, item counts, and titles.
.El
.Pp
@@ 43,15 44,15 @@ flag,
.Nm
expects one of the following arguments:
.Bl -tag -width Ds
-.It Ar <video url/id>
+.It Ar <video_url/id>
Get video information. Outputs video title, url, uploader (channel
title and ID), publication date, duration and streams. A "stream" here
is constitued by an URL to the content, an itag code (see
.Xr youtube-itag-codes 5 Ns ),
and a mimetype.
-.It Ar <playlist url/id>
+.It Ar <playlist_url/id>
List playlist items. Outputs video IDs and titles, if any.
-.It Ar <channel url/id>
+.It Ar <channel_url/id>
List channel videos. Outputs video IDs and titles, if any.
.El
.\" .Sh ENVIRONMENT