mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +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,
|
action="store_true", dest="subtitle", default=False,
|
||||||
help="download subtitle from the site if available")
|
help="download subtitle from the site if available")
|
||||||
parser.add_option("-M", "--merge-subtitle", action="store_true", dest="merge_subtitle",
|
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. "
|
default=False, help="merge subtitle with video/audio file with corresponding ISO639-3 language code. use with -S for external also.")
|
||||||
"use with -S for external also.")
|
|
||||||
parser.add_option("--force-subtitle", dest="force_subtitle", default=False,
|
parser.add_option("--force-subtitle", dest="force_subtitle", default=False,
|
||||||
action="store_true", help="download only subtitle if its used with -S")
|
action="store_true", help="download only subtitle if its used with -S")
|
||||||
parser.add_option("--require-subtitle", dest="require_subtitle", default=False,
|
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.
|
Download subtitle with the media if available.
|
||||||
|
|
||||||
|
=head3 --merge-subtitle merge subtitle with video/audio file with -M
|
||||||
|
|
||||||
=head3 --force-subtitle
|
=head3 --force-subtitle
|
||||||
|
|
||||||
Download only subtitle if its used with -S.
|
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
|
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
|
=head3 --username=USERNAME -u USERNAME
|
||||||
|
|
||||||
Username, if the service requires authentication.
|
Username, if the service requires authentication.
|
||||||
|
Loading…
Reference in New Issue
Block a user