Process your SlidesLive presentation directly from terminal.
usage: mls [-h] [--size SIZE] [--waittime WAITTIME]
                             [--lastduration LASTDURATION]
                             [--time MIN_TIME MAX_TIME]
                             [--slide MIN_SLIDE_ID MAX_SLIDE_ID]
                             url

Take care of your SlidesLive slides...

positional arguments:
  url                   SlidesLive URL

optional arguments:
  -h, --help            show this help message and exit
  --size SIZE           Slide size: small, medium, large or xlarge
  --waittime WAITTIME   Seconds to wait after downloading each slide
  --lastduration LASTDURATION
                        The duration of last slide in seconds
  --time MIN_TIME MAX_TIME
                        A time range used to extract slides (use None for one
                        of the values to get min or max range)
  --slide MIN_SLIDE_ID MAX_SLIDE_ID
                        A range of slide IDs to extract (use None for one of
                        the values to get min or max range)

E.g.,

msl --slide 1074 1075 \
https://slideslive.com/38956531/beyond-static-papers-rethinking-how-we-share-scientific-understanding-in-ml

to replicate the exmaple from the SlidesLive class documentation.