Terminal client

The client module is the main tool for communicating with the library. It allows interaction with various functions and operations available in the library.

To search and download all the movies and generate podcast according the configuration use run command

ytrss run

More information about available commands you can search using –help argument.

$ ytrss --help
usage: ytrss [-h] [-c FILE] [-d]
             {help,version,run,generate,configuration,download,url} ...

command line tool to manage ytrss package

optional arguments:
  -h, --help            show this help message and exit
  -c FILE, --conf FILE  configuration file
  -d, --debug-log       Enable debug logging

commands:
  Use once of this commands

  {help,version,run,generate,configuration,download,url}
    help                Print help message
    version             Show version of this program
    run                 Find movie from sources and download
    generate            Generate elements in destinations.
    configuration       Print configuration
    generate            Generate elements in destinations.
    download            Immediately download a movie to current location.
    url                 Add url to download

recommendations

Before using the client, ensure that the configuration is set appropriately to customize the client’s behavior according to your preferences.