mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
main: show which order we preferred download method
This commit is contained in:
parent
ba4e75594f
commit
7f2325cc10
@ -318,7 +318,7 @@ def main():
|
|||||||
parser.add_option("--all-last", dest="all_last", default=-1, type=int,
|
parser.add_option("--all-last", dest="all_last", default=-1, type=int,
|
||||||
metavar="NN", help="get last NN episodes instead of all episodes")
|
metavar="NN", help="get last NN episodes instead of all episodes")
|
||||||
parser.add_option("-P", "--preferred", default=None,
|
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,
|
parser.add_option("--exclude", dest="exclude", default=None,
|
||||||
metavar="WORD1,WORD2,...", help="exclude videos with the WORD(s) in the filename. comma separated.")
|
metavar="WORD1,WORD2,...", help="exclude videos with the WORD(s) in the filename. comma separated.")
|
||||||
parser.add_option("-g", "--get-url",
|
parser.add_option("-g", "--get-url",
|
||||||
|
Loading…
Reference in New Issue
Block a user