Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woefe committed Apr 3, 2021
1 parent d825dca commit b27e850
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions doc/ytcc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ytcc 1 "Feb 2021" "2.1.0" "ytcc - a subscription wrapper for youtube-dl"
.TH ytcc 1 "Apr 2021" "2.2.0" "ytcc - a subscription wrapper for youtube-dl"
.SH NAME
ytcc - a subscription wrapper for youtube-dl playlists
.SH SYNOPSIS
Expand Down Expand Up @@ -34,6 +34,9 @@ playlist that is supported by youtube-dl.
.P
.B OPTIONS:
.P
.B --reverse
Check the playlist in reverse order. This should be used for playlists where the latest videos are added to the end of the playlist. WARNING: Using this option on large playlists slows down updating!
.P
.B --help
Show command help and exit.
.SS unsubscribe [OPTIONS] NAME
Expand All @@ -59,14 +62,24 @@ Renames the playlist OLD to NEW.
.P
.B --help
Show command help and exit.
.SS reverse [OPTIONS] [PLAYLISTS]...

Toggle the update behavior of playlists.

Playlists updated in reverse might lead to slow updates with the `update` command.
.P
.B OPTIONS:
.P
.B --help
Show command help and exit.
.SS subscriptions [OPTIONS]

List all subscriptions.
.P
.B OPTIONS:
.P
.B -a, --attributes COMMA_SEPARATED_VALUES
Attributes of the playlist to be included in the output. Some of [name, url, tags].
Attributes of the playlist to be included in the output. Some of [name, url, tags, reverse].
.P
.B --help
Show command help and exit.
Expand Down
2 changes: 1 addition & 1 deletion ytcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__license__ = "GPLv3"
__version__ = "2.1.0"
__version__ = "2.2.0"
__author__ = __maintainer__ = "Wolfgang Popp"
__email__ = "[email protected]"

Expand Down

0 comments on commit b27e850

Please sign in to comment.