Skip to content

Commit

Permalink
Bump to v1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Oct 23, 2018
1 parent e8b014c commit 3d18fe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ git pull origin master
$ caterpillar -h
usage: caterpillar [-h] [-b] [-e] [-f] [-j JOBS] [-k]
[-m {concat_demuxer,concat_protocol,0,1}]
[--workdir WORKDIR] [--wipe] [-v] [-q] [--debug] [-V]
[--remove-manifest-on-success] [--workdir WORKDIR] [--wipe]
[-v] [-q] [--debug] [-V]
m3u8_url [output]

positional arguments:
Expand All @@ -104,6 +105,9 @@ optional arguments:
is 'concat_demuxer'); see
https://github.com/zmwangx/caterpillar/#notes for
details
--remove-manifest-on-success
remove manifest file if all downloads are successful
(only works in batch mode)
--workdir WORKDIR working directory to store downloaded segments and
other intermediate files (default is automatically
determined based on URL and output file)
Expand Down
2 changes: 1 addition & 1 deletion src/caterpillar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0b2dev"
__version__ = "1.0b2"

0 comments on commit 3d18fe1

Please sign in to comment.