mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
update pod file
This commit is contained in:
parent
e20f1212c0
commit
a343178d46
@ -338,7 +338,7 @@ def main():
|
||||
help="Don't attempt to verify SSL certificates.")
|
||||
parser.add_option("--http-header", dest="http_headers", default=None, metavar="header1=value;header2=value2",
|
||||
help="A header to add to each HTTP request.")
|
||||
parser.add_option("--stream-priority", dest="stream_prio", default=None, metavar="hls,hds,http,rtmp",
|
||||
parser.add_option("--stream-priority", dest="stream_prio", default=None, metavar="dash,hls,hds,http,rtmp",
|
||||
help="If two streams have the same quality, choose the one you prefer")
|
||||
parser.add_option("--remux", dest="remux", default=False, action="store_true",
|
||||
help="Remux from one container to mp4 using ffmpeg or avconv")
|
||||
|
@ -118,10 +118,14 @@ Don't attempt to verify SSL certificates.
|
||||
|
||||
A header to add to each HTTP request.
|
||||
|
||||
=head3 --stream-priority=hls,hds,http,rtmp
|
||||
=head3 --stream-priority=dash,hls,hds,http,rtmp
|
||||
|
||||
If two streams have the same quality, choose the one you prefer
|
||||
|
||||
=head3 --remux
|
||||
|
||||
Remux from one container to mp4 using ffmpeg or avconv
|
||||
|
||||
=head1 SUPPORTED SERVICES
|
||||
|
||||
=head2 English
|
||||
|
Loading…
Reference in New Issue
Block a user