diff options
Diffstat (limited to 'gallery_dl/option.py')
| -rw-r--r-- | gallery_dl/option.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/option.py b/gallery_dl/option.py index af70fc8..ecc2ee3 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -307,7 +307,8 @@ def build_parser(): "--ugoira-conv", dest="postprocessors", action="append_const", const={"name": "ugoira", "ffmpeg-args": ( - "-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an")}, + "-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an"), + "whitelist": ("pixiv", "danbooru")}, help="Convert Pixiv Ugoira to WebM (requires FFmpeg)", ) postprocessor.add_argument( |
