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
7f8906ae3f
commit
6b2c860279
@ -375,8 +375,7 @@ def main():
|
||||
action="store_true", dest="subtitle", default=False,
|
||||
help="download subtitle from the site if available")
|
||||
parser.add_option("-M", "--merge-subtitle", action="store_true", dest="merge_subtitle",
|
||||
default=False, help="merge subtitle with video/audio file with corresponding ISO639-3 language code. "
|
||||
"use with -S for external also.")
|
||||
default=False, help="merge subtitle with video/audio file with corresponding ISO639-3 language code. use with -S for external also.")
|
||||
parser.add_option("--force-subtitle", dest="force_subtitle", default=False,
|
||||
action="store_true", help="download only subtitle if its used with -S")
|
||||
parser.add_option("--require-subtitle", dest="require_subtitle", default=False,
|
||||
|
@ -73,6 +73,8 @@ List the available qualities for a video.
|
||||
|
||||
Download subtitle with the media if available.
|
||||
|
||||
=head3 --merge-subtitle merge subtitle with video/audio file with -M
|
||||
|
||||
=head3 --force-subtitle
|
||||
|
||||
Download only subtitle if its used with -S.
|
||||
@ -85,6 +87,14 @@ Download only if a subtitle is available
|
||||
|
||||
Download all available subtitles for the video
|
||||
|
||||
=head3 --raw-subtitles
|
||||
|
||||
also download the subtitles in their native format
|
||||
|
||||
=head3 --convert-subtitle-colors
|
||||
|
||||
converts the color information in subtitles, to <font color=""> tags
|
||||
|
||||
=head3 --username=USERNAME -u USERNAME
|
||||
|
||||
Username, if the service requires authentication.
|
||||
|
Loading…
Reference in New Issue
Block a user