From 6b2c8602795c20d767e196933d6b0613180642d9 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Tue, 6 Sep 2016 00:23:14 +0200 Subject: [PATCH] Update .pod file --- lib/svtplay_dl/__init__.py | 3 +-- svtplay-dl.pod | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index 5c00a38..50537a9 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -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, diff --git a/svtplay-dl.pod b/svtplay-dl.pod index 2c7cdb3..bd1e5d7 100644 --- a/svtplay-dl.pod +++ b/svtplay-dl.pod @@ -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 tags + =head3 --username=USERNAME -u USERNAME Username, if the service requires authentication.