Subversion Repositories yt_downloader

Rev

Rev 9 | Rev 16 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 14
Line 1... Line 1...
1
 
1
 
2
# ViaThinkSoft YouTube Downloader Util 2.2
2
# ViaThinkSoft YouTube Downloader Util 2.3
3
 
3
 
4
## Syntax
4
## Syntax
5
 
5
 
6
    ./ytdwn [-t|--type v:[ext]|a:[ext]] (default v:)
6
    ./ytdwn [-t|--type v:[ext]|a:[ext]] (default v:)
7
            [-o|--outputDir <dir>]      (default current working directory)
7
            [-o|--outputDir <dir>]      (default current working directory)
Line 11... Line 11...
11
            [-V|--version]              (shows version)
11
            [-V|--version]              (shows version)
12
            [-v|--verbose]              (displays verbose information to STDOUT)
12
            [-v|--verbose]              (displays verbose information to STDOUT)
13
            [-h|--help]                 (shows help)
13
            [-h|--help]                 (shows help)
14
            [-N|--no-mp3-tagtransfer]   (disables transfer of video ID to MP3 ID tag)
14
            [-N|--no-mp3-tagtransfer]   (disables transfer of video ID to MP3 ID tag)
15
                                        (This feature requires the package "id3v2")
15
                                        (This feature requires the package "id3v2")
-
 
16
            [-H|--checksumMode]         (Which checksum files shall be written for new files.
-
 
17
                                        Must be 'None', 'MD5', 'SFV', or 'MD5,SFV')
16
            [-T|--default-template <t>] (Sets default filename template.)
18
            [-T|--default-template <t>] (Sets default filename template.)
17
                                        (Default: '%(title)s-%(id)s.%(ext)s')
19
                                        (Default: '%(title)s-%(id)s.%(ext)s')
18
            [-X|--extra-args <args>]    (Additional arguments passed through)
20
            [-X|--extra-args <args>]    (Additional arguments passed through)
19
                                        (youtube-dl. Default "-ic")
21
                                        (youtube-dl. Default "-ic")
20
            [-A|--api-key <file|key>]   (specifies the API key, or a file containing the API key)
22
            [-A|--api-key <file|key>]   (specifies the API key, or a file containing the API key)