1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

main: show which order we preferred download method

This commit is contained in:
Johan Andersson 2016-01-10 21:17:34 +01:00
parent ba4e75594f
commit 7f2325cc10

View File

@ -318,7 +318,7 @@ def main():
parser.add_option("--all-last", dest="all_last", default=-1, type=int,
metavar="NN", help="get last NN episodes instead of all episodes")
parser.add_option("-P", "--preferred", default=None,
metavar="preferred", help="preferred download method (rtmp, hls or hds)")
metavar="preferred", help="preferred download method (hls, hds, http or rtmp")
parser.add_option("--exclude", dest="exclude", default=None,
metavar="WORD1,WORD2,...", help="exclude videos with the WORD(s) in the filename. comma separated.")
parser.add_option("-g", "--get-url",