From a17116cc7cefaae173abf4687ff456f3092236bb Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 19 Apr 2012 22:08:17 +0300 Subject: [PATCH] Manual: Update EXAMPLES --- doc/man1/umph.1.pod | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/doc/man1/umph.1.pod b/doc/man1/umph.1.pod index c657f83..6d14724 100644 --- a/doc/man1/umph.1.pod +++ b/doc/man1/umph.1.pod @@ -132,34 +132,32 @@ This requires the Umph::Prompt module. =head2 umph AAF3A1D0CA1E304F -Get playlist "AAF3A1D0CA1E304F". - -=head2 umph --json AAF3A1D0CA1E304F - -Same as above, but print the details in JSON. +Get the playlist "AAF3A1D0CA1E304F". =head2 umph -s 11 -m 10 AAF3A1D0CA1E304F -Same as above but get the items 11-20 from the playlist. +Like above but get the items 11-20 from the playlist. =head2 umph -a AAF3A1D0CA1E304F -Similar but get I of the items in the playlist. By default, umph gets -only the items 1-25 from the list. See also C<--start-index> and -C<--max-results>. +Get the entire playlist. By default, umph gets only the items 1-25. +See also C<--start-index> and C<--max-results>. =head2 umph -t f foo -Get favorites for user "foo". +Get the favorites for user "foo". =head2 umph -t u foo -Get uploads for user "foo". +Get the uploads for user "foo". + +=head2 umph AAF3A1D0CA1E304F | cclive + +Download the playlist items using C. -=head2 umph -i -a AAF3A1D0CA1E304F | cclive +=head2 umph -i AAF3A1D0CA1E304F | cclive -Parse the entire playlist (-a), select the items using the interactive -prompt (-i) and download the selection with C. +Same but choose which of the videos to download. =head1 EXIT STATUS -- 2.11.4.GIT