12345678910111213141516171819202122232425 |
- ====================
- COMMAND LINE OPTIONS
- ====================
- COMMAND LINE OPTIONS
- --------------------
- -a, --add add a new subscription (requires either --search, --channel or --playlist)
- -p playlist-id, --playlist=playlist-id add a new playlist subscription (requires --add)
- --channel=channel specify a channel for a new subscription (requires --add)
- -s search-parameter, --search=search-parameter optionally add a search string to a new channel subscription or create a new search subscription (requires --add)
- --lssubs list the currently available subscriptions
- --lsvids=subscription-id print all videos from a subscription
- -u, --update updates the information about the available videos
- -d, --download download all available videos which haven't already been downloaded
- --catchup=subscription-id mark all videos from one channel as read (requires subscription-id as argument)
- -r subscription-id, --remove=subscription-id remove a subscription
- -c, --clean-database clean the database of entries no longer listed in the current API response
- -e, --enable enables the subscription with the provided ID
- --disable disables the subscription with the provided ID
- -l, --license show the license of the program
- --version show the currently running version number
- -q, --quiet suppress all output
- -v, --verbose be verbose and print also diagnostical messages
- -h, --help show the help message and exit
|