From 7f2325cc10d2931af412e4d7a1f8b8ea7bfcf88d Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 10 Jan 2016 21:17:34 +0100 Subject: [PATCH] main: show which order we preferred download method --- lib/svtplay_dl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index be8e11b..6361c3e 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -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",