flam fetch

usage: flam fetch [-h] [-u] [-r PATTERN] [-p PARAM=VALUE] [LISTDEF ...]

Download information about the movies in your movie lists. Lists must have been fetched at least once upon a time before you can use them.
You should rerun this once in a while if you've made changes in your movie lists to sync them locally.

positional arguments:
  LISTDEF               Which lists to fetch.
                        In the case of a composite list, will actually fetch the simple lists which it's composited from.
                        By default fetches all lists configured with --default-fetch.
                        
                        Read more about supported LISTDEFs: https://verpous.github.io/film-flam/lists.html.

options:
  -h, --help            show this help message and exit
  -u, --undo            Undo the previous fetch operation in its entirety. Note this will also restore configuration to the old state.
                        Fetch can be expensive so if something goes wrong and files get messed up this is good to have.
                        You can rerun this to undo up to the last 3 fetches.
  -r PATTERN, --refetch PATTERN
                        Forces titles that match PATTERN (case-insensitive regular expression) to be redownloaded even if they are already locally stored.
                        It's enough for PATTERN to match any part of the title, not necessarily the whole title.
                        This feature is intended for redownloading shows after a new season has come out.
  -p PARAM=VALUE, --fetch-param PARAM=VALUE
                        Set a parameter for controlling how the lists are fetched.

Examples:
    flam fetch
        (Fetch all lists configured with --default-fetch)
    flam fetch dvds blurays
        (Fetch the configured list "dvds" and "blurays")
    flam fetch --undo
        (Undo the last fetch operation)
    flam fetch --refetch 'bojack' shows
        (Refetch Bojack Horseman from the list "shows")