dbk: Delete the `.check` file after the write test
[sunny256-utils.git] / yd
blob8ba57e4bb21f50983dd10aba134bb9ba75933067
1 #!/usr/bin/env bash
3 #=======================================================================
4 # yd
5 # File ID: d01bb3d8-c764-11e1-8e09-00c0a8deee11
6 # [Description]
7 # License: GNU General Public License version 2 or later.
8 #=======================================================================
10 youtube-dl -o "%(title)s-%(id)s.%(ext)s" \
11 --write-description --write-info-json \
12 --write-sub --write-thumbnail --sub-lang en,no,nb \
13 "$@"