diff --git a/setup.cfg b/setup.cfg index a6ce774..360e7fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pylivestream -version = 1.11.0 +version = 1.11.1 author = Michael Hirsch, Ph.D. author_email = scivision@users.noreply.github.com description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more diff --git a/src/pylivestream/__main__.py b/src/pylivestream/__main__.py index 4e96952..f44eccd 100644 --- a/src/pylivestream/__main__.py +++ b/src/pylivestream/__main__.py @@ -143,6 +143,7 @@ def glob_run(): timeout=P.timeout, loop=P.loop, video_path=P.path, + glob=P.glob, shuffle=P.shuffle, still_image=P.image, no_meta=P.nometa,